summaryrefslogtreecommitdiff
path: root/lib/libcrypt/tests
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2013-10-19 06:48:49 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2013-10-19 06:48:49 +0000
commitd4a14c8563b1654a5bb8046546bc61f70f0322db (patch)
treeb75acb04faf3a592bbc877762f093885c7b3fc8e /lib/libcrypt/tests
parent03466868c3a5a825beb4bcb5d6c1b78bb0c22469 (diff)
Notes
Diffstat (limited to 'lib/libcrypt/tests')
-rw-r--r--lib/libcrypt/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile
index 3190dbe9492e..8c818bdda230 100644
--- a/lib/libcrypt/tests/Makefile
+++ b/lib/libcrypt/tests/Makefile
@@ -2,7 +2,7 @@
# exercise libcrypt
-TESTS_C= crypt_tests
+ATF_TESTS_C= crypt_tests
CFLAGS+= -I${.CURDIR:H}
LDADD+= -L${.OBJDIR:H} -lcrypt