mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
10 lines
134 B
Makefile
10 lines
134 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
ATF_TESTS_C= functional
|
|
TEST_METADATA.functional+= timeout=15
|
|
|
|
LIBADD= util
|
|
CSTD= c11
|
|
|
|
.include <bsd.test.mk>
|