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

Rename subdir/tough2 test to tough2

It's now classified as a multimod_compile_and_run so that we can tell
it where its source file is.
parent 1ccf547d
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,11 @@ hpc_prefix = "perl ../hpcrun.pl --clear --exeext=" + config.exeext + " --hpc='"
# subdirectory and (b) it is a literate file. We had a bug in this
# area caused by the handling of line pragmas in the preprocessed
# source file.
test('subdir/tough2',
test('tough2',
[ literate,
extra_clean(['Main.hs.html', 'hpc_index.html', 'hpc_index_alt.html',
'hpc_index_exp.html', 'hpc_index_fun.html', 'tough2.tix']),
'hpc_index_exp.html', 'hpc_index_fun.html',
'subdir/tough2.hi', 'subdir/tough2.o', 'tough2.tix']),
cmd_prefix(hpc_prefix),
omit_ways(['ghci'] + prof_ways) ], # profile goes in the wrong place
compile_and_run, ['-fhpc'])
multimod_compile_and_run, ['subdir/tough2.lhs', '-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