mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
16 lines
227 B
Makefile
16 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
ATF_TESTS_C+= crypt_tests
|
|
|
|
NETBSD_ATF_TESTS_C+= crypt_test
|
|
|
|
CFLAGS+= -I${.CURDIR:H}
|
|
LIBADD= crypt
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|