From 3648cd63d10e301f3f596efdcb1427a6a6a96cf9 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Wed, 8 Dec 2021 16:44:54 +0000 Subject: [PATCH] Remove reqlib modifier on test --- tests/raytrace/test.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/raytrace/test.T b/tests/raytrace/test.T index 298debf..2c1dd7d 100644 --- a/tests/raytrace/test.T +++ b/tests/raytrace/test.T @@ -12,6 +12,6 @@ hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}" # not the same) copy of this program. 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']), - cmd_prefix(hpc_prefix), reqlib('parsec'), ignore_stdout], + cmd_prefix(hpc_prefix), ignore_stdout], multimod_compile_and_run, ['Main','-fhpc -package parsec']) -- GitLab