summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/main.rs
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2019-09-26 04:55:47 +0200
committerKevin Song <chipbuster@users.noreply.github.com>2019-09-25 21:55:47 -0500
commitb050c597081967cbe7135d294f0cf43c2ec7608d (patch)
treef352a022b49ad9fb1b5d5fed1effe549b3e08e2f /tests/testsuite/main.rs
parent80a9e7b9a638e4e695be8280a9baff3550037111 (diff)
feat: Add AWS module (#419)
Adds a module for displaying the current AWS profile based on the AWS_PROFILE envar.
Diffstat (limited to 'tests/testsuite/main.rs')
-rw-r--r--tests/testsuite/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite/main.rs b/tests/testsuite/main.rs
index d299ca610..89f573f9c 100644
--- a/tests/testsuite/main.rs
+++ b/tests/testsuite/main.rs
@@ -1,3 +1,4 @@
+mod aws;
mod character;
mod cmd_duration;
mod common;