1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
test('ghcApi', normal, compile_and_run, ['-package ghc'])
test('T6145', normal,
run_command,
['$MAKE -s --no-print-directory T6145'])
test('T8639_api', normal,
run_command,
['$MAKE -s --no-print-directory T8639_api'])
test('T8628', normal,
run_command,
['$MAKE -s --no-print-directory T8628'])
test('T9595', extra_run_opts('"' + config.libdir + '"'),
compile_and_run,
['-package ghc'])
test('T10508_api', extra_run_opts('"' + config.libdir + '"'),
compile_and_run,
['-package ghc'])
test('T10942', extra_run_opts('"' + config.libdir + '"'),
compile_and_run,
['-package ghc'])
|