diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2013-10-19 06:48:49 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2013-10-19 06:48:49 +0000 |
| commit | d4a14c8563b1654a5bb8046546bc61f70f0322db (patch) | |
| tree | b75acb04faf3a592bbc877762f093885c7b3fc8e /lib/libcrypt/tests | |
| parent | 03466868c3a5a825beb4bcb5d6c1b78bb0c22469 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt/tests')
| -rw-r--r-- | lib/libcrypt/tests/Makefile | 2 |
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 |
