mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -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")
(cherry picked from commit 250e074e5f609194e0e4cd0775d99b0a616bfcf3)
13 lines
158 B
Makefile
13 lines
158 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>
|