summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/stranal/should_run/all.T6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/stranal/should_run/all.T b/testsuite/tests/stranal/should_run/all.T
index 51b1e41143..4599c9e7d2 100644
--- a/testsuite/tests/stranal/should_run/all.T
+++ b/testsuite/tests/stranal/should_run/all.T
@@ -1,7 +1,9 @@
-# Run this always
+# Run this always as we compile the test with -O0 and -O1 and check that the
+# output is correct and the same in both cases.
test('T16197', normal, run_command, ['$MAKE -s --no-print-directory T16197'])
-# Run the rest only in optasm way, we're testing the strictness analyser here
+# Run the rest only in optasm way (which implies -O), we're testing the
+# strictness analyser here
setTestOpts( only_ways(['optasm']) )
test('strun001', normal, compile_and_run, [''])