Skip to content
Snippets Groups Projects
Commit 3648cd63 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Remove reqlib modifier on test

parent f7b70c72
No related branches found
Tags ghc-9.4.1-alpha3
No related merge requests found
...@@ -12,6 +12,6 @@ hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}" ...@@ -12,6 +12,6 @@ hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}"
# not the same) copy of this program. # not the same) copy of this program.
test('hpc_raytrace', test('hpc_raytrace',
[extra_files(['../hpcrun.pl', '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', 'galois.sample']), [extra_files(['../hpcrun.pl', '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', 'galois.sample']),
cmd_prefix(hpc_prefix), reqlib('parsec'), ignore_stdout], cmd_prefix(hpc_prefix), ignore_stdout],
multimod_compile_and_run, ['Main','-fhpc -package parsec']) multimod_compile_and_run, ['Main','-fhpc -package parsec'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment