mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 13:57:02 -04:00
11 lines
123 B
Makefile
11 lines
123 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_C= pfctl_test
|
|
ATF_TESTS_SH= macro
|
|
|
|
LIBADD+= sbuf
|
|
SUBDIR+= files
|
|
WARNS=6
|
|
|
|
.include <bsd.test.mk>
|