diff options
Diffstat (limited to 'testsuite/tests/arrows/should_run/all.T')
-rw-r--r-- | testsuite/tests/arrows/should_run/all.T | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/arrows/should_run/all.T b/testsuite/tests/arrows/should_run/all.T new file mode 100644 index 0000000000..a9867dd395 --- /dev/null +++ b/testsuite/tests/arrows/should_run/all.T @@ -0,0 +1,8 @@ +setTestOpts(only_compiler_types(['ghc'])) + +test('arrowrun001', normal, compile_and_run, ['']) +test('arrowrun002', skip_if_fast, compile_and_run, ['']) +test('arrowrun003', normal, compile_and_run, ['']) +test('arrowrun004', skip_if_fast, compile_and_run, ['']) +test('T3822', normal, compile_and_run, ['']) + |