diff options
Diffstat (limited to 'tests/scripts.rs')
| -rw-r--r-- | tests/scripts.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scripts.rs b/tests/scripts.rs index 93034c4..8ee5f0e 100644 --- a/tests/scripts.rs +++ b/tests/scripts.rs @@ -7,6 +7,11 @@ fn case0() { } #[test] +fn case1() { + common::test_case("case1", include_bytes!("../test-cases/case1/script.sh"), include_bytes!("../test-cases/case1/stdout.txt")); +} + +#[test] fn comment() { common::test_case("comment", include_bytes!("../test-cases/comment/script.sh"), include_bytes!("../test-cases/comment/stdout.txt")); } |
