blob: caf81d5ba9a8cb397e522da6f58ec43bcfc9474c (
plain)
1
2
3
4
5
6
7
|
# Test for #4469, a recompilation bug related to instances
test('recomp008',
[ when(fast(), skip), clean_cmd('$MAKE -s clean'), normalise_slashes ],
run_command,
['$MAKE -s --no-print-directory recomp008'])
|