summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/sigof01/all.T
blob: 50418b9af02e2e08881b54cc632f7d7dfcb361e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
test('sigof01',
     [ clean_cmd('rm -rf tmp_sigof01') ],
     run_command,
     ['$MAKE -s --no-print-directory sigof01'])

test('sigof01m',
     [ clean_cmd('rm -rf tmp_sigof01m') ],
     run_command,
     ['$MAKE -s --no-print-directory sigof01m'])

test('sigof01i',
     normal,
     run_command,
     ['$MAKE -s --no-print-directory sigof01i'])

test('sigof01i2',
     normal,
     run_command,
     ['$MAKE -s --no-print-directory sigof01i2'])