summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypt/tests/Makefile')
-rw-r--r--lib/libcrypt/tests/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile
index 2591a3b..15798b2 100644
--- a/lib/libcrypt/tests/Makefile
+++ b/lib/libcrypt/tests/Makefile
@@ -1,10 +1,12 @@
# $FreeBSD$
-# exercise libcrypt
+ATF_TESTS_C+= crypt_tests
-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>
OpenPOWER on IntegriCloud