blob: 5a93a12d68a9c759ce65e3e0fed67eff69a4599e (
plain)
1
2
3
4
5
6
7
8
9
|
# This tests for correct recompilation when a package version changes.
# See the patch
# "Fix a recompilation checking bug when a package dependency changes"
test('recomp007',
[ skip_if_fast, clean_cmd('$MAKE -s clean'), normalise_slashes ],
run_command,
['$MAKE -s --no-print-directory recomp007'])
|