mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/sys
|
|
|
|
ATF_TESTS_C= bitstring_test
|
|
|
|
WARNS?= 5
|
|
|
|
.include <bsd.test.mk>
|