blob: 6fa3e5c3776df4dd3c0dc42c227d90ed4d553db5 (
plain)
1
2
3
4
5
6
7
8
9
|
setTestOpts(only_compiler_types(['ghc']))
test('base01',
[when(compiler_lt('ghc', '7.1'), expect_fail),
normalise_slashes,
clean_cmd('$MAKE -s clean')],
run_command,
['$MAKE -s base01 --no-print-directory'])
|