diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-01-18 11:51:59 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-01-18 11:51:59 +0300 |
commit | 8c3133a6e513c6f311df489deb3ae89938b27b08 (patch) | |
tree | 74896717affc02ad3ed99610d3f3f9d54b7044e2 /testsuite/tests | |
parent | 56c26f5e523f4441019f707cc08d6778e1a739bb (diff) | |
download | haskell-8c3133a6e513c6f311df489deb3ae89938b27b08.tar.gz |
Comments in stranal test declarations
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/stranal/should_run/all.T | 6 |
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, ['']) |