blob: 9c4ac5c5e691a30425a6e1b5548c3791316c63d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
test('qq005',
[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', ''])
|