Skip to content
Snippets Groups Projects
Commit b039493a authored by ian@well-typed.com's avatar ian@well-typed.com
Browse files

Follow changes in the testsuite

parent 17970d00
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ setTestOpts(compose(only_compiler_types(['ghc']),
hpc_prefix = "perl ../hpcrun.pl --clear --exeext=" + config.exeext + " --hpc='" + config.hpc + "'";
test('hpc_fork', [ if_os('mingw32', skip), # no forkProcess on Windows
test('hpc_fork', [ when(opsys('mingw32'), skip), # no forkProcess on Windows
cmd_prefix(hpc_prefix) ], compile_and_run, ['-fhpc'])
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