Handle the removal of the test suite when WITHOUT_TESTS=yes.
Add all files from /usr/tests to the obsoleted files list when the build of the tests is disabled via the WITHOUT_TESTS knob. Do this automatically so that we do not have to suffer the pain of maintaining such list by hand. Reviewed by: freebsd-testing Approved by: rpaulo (mentor)
This commit is contained in:
parent
627bb4f0bd
commit
86297e7ee9
@ -4105,7 +4105,10 @@ OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
|
||||
OLD_FILES+=usr/share/mk/atf.test.mk
|
||||
|
||||
# Test suite.
|
||||
# TODO(jmmv): To be filled in.
|
||||
TESTS_DIRS!=find ${DESTDIR}/usr/tests -type d | sed -e 's,^${DESTDIR}/,,'
|
||||
OLD_DIRS+=${TESTS_DIRS}
|
||||
TESTS_FILES!=find ${DESTDIR}/usr/tests \! -type d | sed -e 's,^${DESTDIR}/,,'
|
||||
OLD_FILES+=${TESTS_FILES}
|
||||
.endif
|
||||
|
||||
#.if ${MK_TOOLCHAIN} == no
|
||||
|
Loading…
Reference in New Issue
Block a user