blob: d268f2eb522579e5c4885707073d5aad8838f852 (
plain)
1
2
3
4
5
6
7
8
|
setTestOpts(when(compiler_profiled(), skip))
test('T7859', req_interp, run_command,
['$MAKE --no-print-directory -s T7859'])
test('T8601', req_interp, run_command,
['$MAKE --no-print-directory -s T8601'])
|