blob: 6e7ec8d14cc344d98a7c380155cc5334f4f35ce2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
test('qq005',
[extra_files(['Expr.hs', 'Main.hs']),
when(fast(), skip),
# We'd need to jump through some hoops to run this test the
# profiling ways, due to the TH use, so for now we just
# omit the profiling ways
omit_ways(prof_ways),
extra_clean(['Expr.hi', 'Expr.o', 'Main.hi', 'Main.o']),
req_interp],
multimod_compile_and_run,
['Main', ''])
|