blob: 333981a5d4bf8b06653c4912fffaca6e8d8aae08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
test('qq005',
[extra_files(['Expr.hs', 'Main.hs']),
when(fast(), skip),
reqlib('parsec'),
# 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'])],
multimod_compile_and_run,
['Main', ''])
|