aboutsummaryrefslogtreecommitdiffstats
path: root/tests/scripts.rs
blob: 7a0a3e099eda58c6a1094fd92ecc8392b3828bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! 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"));
}

#[test]
fn variables() {
    common::test_case("variables", include_bytes!("../test-cases/variables/script.sh"), include_bytes!("../test-cases/variables/stdout.txt"));
}