diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2013-10-25 05:25:19 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2013-10-25 05:25:19 +0000 |
| commit | e2197f8018d99844d7ab3502e8c196b637d2c1ea (patch) | |
| tree | d2d64f8bb603e244c2f535208834fc5bfd9f5e27 /lib/libcrypt/tests | |
| parent | 5e6f3a8ed7c34d22d00b2959f8d9dbe5c6a48a66 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt/tests')
| -rw-r--r-- | lib/libcrypt/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 8c818bdda230..51adc2dccf5e 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -2,6 +2,8 @@ # exercise libcrypt +TESTSDIR= ${TESTSBASE}/lib/libcrypt + ATF_TESTS_C= crypt_tests CFLAGS+= -I${.CURDIR:H} |
