aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypt/tests/Makefile')
-rw-r--r--lib/libcrypt/tests/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile
new file mode 100644
index 000000000000..3190dbe9492e
--- /dev/null
+++ b/lib/libcrypt/tests/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+# exercise libcrypt
+
+TESTS_C= crypt_tests
+
+CFLAGS+= -I${.CURDIR:H}
+LDADD+= -L${.OBJDIR:H} -lcrypt
+
+.include <atf.test.mk>