diff options
Diffstat (limited to 'testsuite/tests/ghc-e/should_run/all.T')
-rw-r--r-- | testsuite/tests/ghc-e/should_run/all.T | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-e/should_run/all.T b/testsuite/tests/ghc-e/should_run/all.T new file mode 100644 index 0000000000..6039a4088b --- /dev/null +++ b/testsuite/tests/ghc-e/should_run/all.T @@ -0,0 +1,12 @@ + +setTestOpts(if_compiler_profiled(skip)) + +test('ghc-e001', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e001']) +test('ghc-e002', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e002']) +test('ghc-e003', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e003']) +test('ghc-e004', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e004']) +test('ghc-e005', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e005']) + +test('2228', req_interp, run_command, ['$MAKE --no-print-directory -s 2228']) +test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636']) +test('3890', req_interp, run_command, ['$MAKE --no-print-directory -s 3890']) |