opnsense-src/lib/libcrypt/tests/Makefile

11 lines
122 B
Makefile
Raw Normal View History

# $FreeBSD$
# exercise libcrypt
ATF_TESTS_C= crypt_tests
CFLAGS+= -I${.CURDIR:H}
LIBADD= crypt
.include <bsd.test.mk>