summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-10-19 06:48:49 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-10-19 06:48:49 +0000
commitcfe21388ca160ef60459717a04f446474687e81c (patch)
treeb75acb04faf3a592bbc877762f093885c7b3fc8e /lib/libcrypt
parentfa957a569b51703a1b35abaabfeab9c428b5be5e (diff)
downloadFreeBSD-src-cfe21388ca160ef60459717a04f446474687e81c.zip
FreeBSD-src-cfe21388ca160ef60459717a04f446474687e81c.tar.gz
Clearly split the logic to build ATF and plain tests apart.
This change introduces a new plain.test.mk file that provides the build infrastructure to build test programs that don't use any framework. Most of the code previously in bsd.test.mk moves to plain.test.mk and atf.test.mk is extended with the missing pieces. In doing so, this change pushes all test program building logic to the various *.test.mk files instead of trying to reuse some tiny bits. In fact, this attempt to reuse some definitions makes the code harder to read and harder to extend. The clear benefit of this is that the interface of bsd.test.mk is now clearly delimited. Submitted by: Julio Merino jmmv google.com MFC after: 2 weeks
Diffstat (limited to 'lib/libcrypt')
-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 3190dbe..8c818bd 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
OpenPOWER on IntegriCloud