aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scripts.rs b/tests/scripts.rs
index a53b00a..9503d8c 100644
--- a/tests/scripts.rs
+++ b/tests/scripts.rs
@@ -2,6 +2,11 @@
mod common;
#[test]
+fn case0() {
+ common::test_case("case0", include_bytes!("../test-cases/case0/script.sh"), include_bytes!("../test-cases/case0/stdout.txt"));
+}
+
+#[test]
fn fun0() {
common::test_case("fun0", include_bytes!("../test-cases/fun0/script.sh"), include_bytes!("../test-cases/fun0/stdout.txt"));
}