blob: aa36d77dd63f2a6190e1431afcb315911810527f (
plain)
1
2
3
4
5
6
7
|
test('retc001',
[clean_cmd('$MAKE -s clean'),
# See issue 11204, this test sometimes passes and sometimes fails on OSX
when(opsys('darwin'), skip)],
run_command,
['$MAKE -s --no-print-directory retc001'])
|