mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
160 B
Makefile
11 lines
160 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/examples
|
|
|
|
ATF_TESTS_PYTEST += test_examples.py
|
|
ATF_TESTS_PYTEST += test_ktest_example.py
|
|
|
|
.include <bsd.test.mk>
|
|
|