summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog001/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/concurrent/prog001/all.T')
-rw-r--r--testsuite/tests/concurrent/prog001/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/prog001/all.T b/testsuite/tests/concurrent/prog001/all.T
index f23cc8804a..1476b4ffef 100644
--- a/testsuite/tests/concurrent/prog001/all.T
+++ b/testsuite/tests/concurrent/prog001/all.T
@@ -12,5 +12,6 @@
# multiple cores, which is why it is only running the 'threaded2' way
# right now. --SDM 1/4/2010
-test('concprog001', [when(fast(), skip), only_ways(['threaded2'])],
+test('concprog001', [extra_files(['Arithmetic.hs', 'Converter.hs', 'Mult.hs', 'Stream.hs', 'Thread.hs', 'Trit.hs', 'Utilities.hs']),
+ when(fast(), skip), only_ways(['threaded2'])],
multimod_compile_and_run, ['Mult', ''])