diff options
Diffstat (limited to 'tests/scripts.rs')
| -rw-r--r-- | tests/scripts.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/scripts.rs b/tests/scripts.rs new file mode 100644 index 0000000..9b82ed1 --- /dev/null +++ b/tests/scripts.rs @@ -0,0 +1,8 @@ +//! This file is generated by running `bash test-cases/generate.sh` - do not manually adjust. +mod common; + +#[test] +fn fun0() { + common::test_case("fun0", include_bytes!("../test-cases/fun0/script.sh"), include_bytes!("../test-cases/fun0/stdout.txt")); +} + |
