mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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")
12 lines
157 B
Makefile
12 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>
|