mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
b6910d7ee5
This causes the directory traversing Kyuafile to be installed, which in turn causes tests/sys/pjdfstest to always be run from /usr/tests/sys Let KYUAFILE default to auto, so the file generated by suite.test.mk gets installed instead MFC after: 1 week
14 lines
205 B
Makefile
14 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys
|
|
|
|
TESTS_SUBDIRS+= kern
|
|
TESTS_SUBDIRS+= netinet
|
|
|
|
# Items not integrated into kyua runs by default
|
|
SUBDIR+= pjdfstest
|
|
|
|
.include <bsd.test.mk>
|