diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-07-31 04:04:37 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-08-05 04:31:51 +0200 |
| commit | 27061e4c4e723e16797453f473cff7148beecad3 (patch) | |
| tree | 94b11e2b270939bda4ddc4a53b6a3f345dc92d06 /test/test_run.py | |
| parent | 8a4563d6d0c9e81fdaa42f6f760cae2b49cad431 (diff) | |
Diffstat (limited to 'test/test_run.py')
| -rw-r--r-- | test/test_run.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_run.py b/test/test_run.py index cab195c..ee79bbb 100644 --- a/test/test_run.py +++ b/test/test_run.py @@ -27,10 +27,11 @@ class TestRun(SalisTest): def commands(self, anc, arch): return [ ( - f"./salis.py new -a{anc} -d{self.PUSH_POW} -f -g{compiler} -H{self.tempdir.name} -n{self.SIM_NAME} {optimized} -s{seed} -upush -Utest/ui/ -v{arch} -y{self.PUSH_POW}", - f"./salis.py load -g{compiler} -H{self.tempdir.name} -n{self.SIM_NAME} {optimized} -upush -Utest/ui/", + f"./salis.py new -a{anc} -d{self.PUSH_POW} -f -g{compiler} -H{self.tempdir.name} {log_trace} -n{self.SIM_NAME} {optimized} -s{seed} -upush -Utest/ui/ -v{arch} -y{self.PUSH_POW}", + f"./salis.py load -g{compiler} -H{self.tempdir.name} {log_trace} -n{self.SIM_NAME} {optimized} -upush -Utest/ui/", ) for compiler in ["clang", "gcc", "tcc"] + for log_trace in ["", "-l"] for optimized in ["", "-o"] for seed in [-1, 0, 1234] ] |
