mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install a symlink from /usr/tests/local to /usr/local/tests.
This is to let Kyua descend into any tests that may have been installed by ports under /usr/local/tests when running the test suite from /usr/tests. Some ports (namely those that build Kyua) already install test programs into /usr/local/tests. Just make sure to select the TEST option while building them. MFC after: 3 days
This commit is contained in:
parent
a41679c945
commit
aa11ae4768
1 changed files with 4 additions and 0 deletions
|
|
@ -7,4 +7,8 @@ SUBDIR= sys
|
|||
TESTSDIR= ${TESTSBASE}
|
||||
KYUAFILE= yes
|
||||
|
||||
afterinstall: install-tests-local
|
||||
install-tests-local: .PHONY
|
||||
${INSTALL_SYMLINK} ../local/tests ${TESTSDIR}/local
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue