diff options
Diffstat (limited to 'testsuite/tests/lib/Concurrent/all.T')
-rw-r--r-- | testsuite/tests/lib/Concurrent/all.T | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/lib/Concurrent/all.T b/testsuite/tests/lib/Concurrent/all.T new file mode 100644 index 0000000000..004c6a1226 --- /dev/null +++ b/testsuite/tests/lib/Concurrent/all.T @@ -0,0 +1,10 @@ +setTestOpts(only_compiler_types(['ghc'])) + +test('SampleVar001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck']) +test('4876', reqlib('random'), compile_and_run, ['']) # another SampleVar test + +test('Chan001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck']) +test('MVar001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck']) +test('QSemN001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck']) +test('QSem001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck']) +test('ThreadDelay001', normal, compile_and_run, ['']) |