blob: e123cbaba39ba5496a31ce2b104cf7c109052619 (
plain)
1
2
3
4
5
6
|
# 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), normalise_slashes], run_command,
['$MAKE -s --no-print-directory recomp007'])
|