mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
250e074e5f
Ensure that we rebuild the test binary when we add tests (i.e. modify pfctl_test_list.inc). MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate")
13 lines
157 B
Makefile
13 lines
157 B
Makefile
PACKAGE= tests
|
|
|
|
ATF_TESTS_C= pfctl_test
|
|
ATF_TESTS_SH= macro
|
|
|
|
LIBADD+= sbuf
|
|
SUBDIR+= files
|
|
WARNS=6
|
|
|
|
pfctl_test.o: pfctl_test_list.inc
|
|
|
|
.include <bsd.test.mk>
|