From d80a9f03b3eec7c4d7d5eb32a88033bec87bdb53 Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Sat, 9 May 2026 11:33:12 +0200 Subject: another test case --- tests/scripts.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/scripts.rs') diff --git a/tests/scripts.rs b/tests/scripts.rs index 9b82ed1..7a0a3e0 100644 --- a/tests/scripts.rs +++ b/tests/scripts.rs @@ -6,3 +6,8 @@ fn fun0() { common::test_case("fun0", include_bytes!("../test-cases/fun0/script.sh"), include_bytes!("../test-cases/fun0/stdout.txt")); } +#[test] +fn variables() { + common::test_case("variables", include_bytes!("../test-cases/variables/script.sh"), include_bytes!("../test-cases/variables/stdout.txt")); +} + -- cgit v1.2.3