blob: 1f83dcdd3ae505c1712b6b4ce47eecba176558f7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
test('ghcApi', normal, compile_and_run, ['-package ghc'])
test('T6145', when(fast(), skip),
run_command,
['$MAKE -s --no-print-directory T6145'])
test('T8639_api', when(fast(), skip),
run_command,
['$MAKE -s --no-print-directory T8639_api'])
test('T8628', when(fast(), skip),
run_command,
['$MAKE -s --no-print-directory T8628'])
|