summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/galois_raytrace
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/programs/galois_raytrace')
-rw-r--r--testsuite/tests/programs/galois_raytrace/test.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/test.T b/testsuite/tests/programs/galois_raytrace/test.T
index f563553993..6f65800cb2 100644
--- a/testsuite/tests/programs/galois_raytrace/test.T
+++ b/testsuite/tests/programs/galois_raytrace/test.T
@@ -3,5 +3,6 @@ if config.platform.startswith('i386-') and \
config.platform != 'i386-unknown-openbsd':
setTestOpts(expect_fail_for(['hpc','optasm','profasm','threaded2','profthreaded']))
-test('galois_raytrace', [when(fast(), skip), reqlib('parsec')],
+test('galois_raytrace', [extra_files(['CSG.hs', 'Construct.hs', 'Data.hs', 'Eval.hs', 'Geometry.hs', 'Illumination.hs', 'Intersections.hs', 'Interval.hs', 'Main.hs', 'Misc.hs', 'Parse.hs', 'Primitives.hs', 'Surface.hs', 'galois.gml']),
+ when(fast(), skip), reqlib('parsec')],
multimod_compile_and_run, ['Main', '-package parsec'])