summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/main.rs
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2019-08-25 11:41:20 -0400
committerMatan Kushner <hello@matchai.me>2019-08-25 11:41:20 -0400
commitfeb737190eccc9f9b3e8f27dd3c3de8ad201cecd (patch)
tree931d9188bf2a8bf197bb744c851b8a1311ad0bdf /tests/testsuite/main.rs
parent57e807fec61d1950949474f470ead265b3ae201f (diff)
Add nix-shell support (#173)
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 bceb14035..4ecde3792 100644
--- a/tests/testsuite/main.rs
+++ b/tests/testsuite/main.rs
@@ -7,6 +7,7 @@ mod golang;
mod jobs;
mod line_break;
mod modules;
+mod nix_shell;
mod nodejs;
mod python;
mod ruby;