blob: de562b627754fd7cb354befba549f0b3f5adc734 (
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',
[ when(fast(), skip), clean_cmd('$MAKE -s clean'), normalise_slashes ],
run_command,
['$MAKE -s --no-print-directory recomp007'])
|