diff --git a/tests/fork/test.T b/tests/fork/test.T index a1a36404b6ad3399705352a74c34b86c2e11aec8..35db9b66e48eae1756b7b78d170540c9559f7483 100644 --- a/tests/fork/test.T +++ b/tests/fork/test.T @@ -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; diff --git a/tests/function/test.T b/tests/function/test.T index f1b45dd2a43e1080840fc835593fc9feec8e9440..d0498850009aa0d58c9a70b260b67cef7f091556 100644 --- a/tests/function/test.T +++ b/tests/function/test.T @@ -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; diff --git a/tests/raytrace/test.T b/tests/raytrace/test.T index 04286aec6b02a043e36f7891989420f2c0af5b4b..00c1795abcf6e33a12e7619ad59faeb663a83362 100644 --- a/tests/raytrace/test.T +++ b/tests/raytrace/test.T @@ -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', \ diff --git a/tests/simple/test.T b/tests/simple/test.T index 243e205f4e13998eeb1578c185453248a276bba8..c996b6f467aebe3a6bc589d884d1e6f1c82ab8eb 100644 --- a/tests/simple/test.T +++ b/tests/simple/test.T @@ -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;