blob: 77709c23c5dbfb426d942f5ca0920746b80ec253 (
plain)
1
2
3
4
5
6
7
8
|
setTestOpts(when(compiler_profiled(), skip))
test('T2014',
[req_interp,
extra_clean(['A.hi-boot','A.hi','A.o','A.o-boot',
'B.hi', 'B.o', 'C.hi', 'C.o'])],
run_command,
['$MAKE -s --no-print-directory T2014'])
|