Skip to content
Snippets Groups Projects
Commit a80324bd authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Update the location of the in-place hpc in the tests

parent ac49b663
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ setTestOpts(compose(only_compiler_types(['ghc']),
skip_if_fast)))
# Set up the hpc common variable(s).
hpc = config.top + '/../utils/hpc/hpc-inplace'
hpc = config.top + '/../utils/hpc/install-inplace/bin/hpc'
hpc_prefix = 'perl ../hpcrun.pl --clear --exeext=' + config.exeext + ' --hpc=' + hpc;
......
......@@ -3,7 +3,7 @@ setTestOpts(compose(only_compiler_types(['ghc']),
skip_if_fast)))
# Set up the hpc common variable(s).
hpc = config.top + '/../utils/hpc/hpc-inplace'
hpc = config.top + '/../utils/hpc/install-inplace/bin/hpc'
hpc_prefix = 'perl ../hpcrun.pl --clear --exeext=' + config.exeext + ' --hpc=' + hpc;
......
......@@ -2,7 +2,7 @@ setTestOpts(compose(only_compiler_types(['ghc']),
compose(omit_ways(['ghci']),
skip_if_fast)))
hpc = config.top + '/../utils/hpc/hpc-inplace';
hpc = config.top + '/../utils/hpc/install-inplace/bin/hpc'
hpc_prefix = 'perl ../hpcrun.pl --clear --exeext=' + config.exeext + ' --hpc=' + hpc;
test('hpc_raytrace', \
......
......@@ -3,7 +3,7 @@ setTestOpts(compose(only_compiler_types(['ghc']),
skip_if_fast)))
# Set up the hpc common variable(s).
hpc = config.top + '/../utils/hpc/hpc-inplace'
hpc = config.top + '/../utils/hpc/install-inplace/bin/hpc'
hpc_prefix = 'perl ../hpcrun.pl --clear --exeext=' + config.exeext + ' --hpc=' + hpc;
......
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