diff options
Diffstat (limited to 'testsuite/tests/rts/continuations/all.T')
-rw-r--r-- | testsuite/tests/rts/continuations/all.T | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/rts/continuations/all.T b/testsuite/tests/rts/continuations/all.T new file mode 100644 index 0000000000..fb6b6f2ce1 --- /dev/null +++ b/testsuite/tests/rts/continuations/all.T @@ -0,0 +1,4 @@ +test('cont_simple_shift', [extra_files(['ContIO.hs'])], multimod_compile_and_run, ['cont_simple_shift', '']) +test('cont_exn_masking', [extra_files(['ContIO.hs'])], multimod_compile_and_run, ['cont_exn_masking', '']) +test('cont_missing_prompt_err', [extra_files(['ContIO.hs']), exit_code(1)], multimod_compile_and_run, ['cont_missing_prompt_err', '']) +test('cont_nondet_handler', [extra_files(['ContIO.hs'])], multimod_compile_and_run, ['cont_nondet_handler', '']) |