2015-06-22 03:05:23 +03:00
|
|
|
# $NetBSD: Makefile,v 1.24 2015/06/22 00:05:23 matt Exp $
|
2009-07-20 21:03:36 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-05-27 23:21:26 +04:00
|
|
|
TESTS_SUBDIRS= csu libbluetooth libc libcrypt libcurses libevent libexecinfo \
|
2012-05-27 22:52:16 +04:00
|
|
|
libm libobjc libposix libppath libprop libpthread \
|
2012-08-08 17:57:05 +04:00
|
|
|
librt libtre libutil semaphore
|
|
|
|
|
2015-06-22 03:05:23 +03:00
|
|
|
.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
|
2012-08-08 17:57:05 +04:00
|
|
|
TESTS_SUBDIRS+= librumpclient librumphijack
|
|
|
|
.endif
|
2010-07-16 17:56:31 +04:00
|
|
|
|
2010-08-25 20:46:36 +04:00
|
|
|
.if ${MKCRYPTO} != "no"
|
|
|
|
TESTS_SUBDIRS+= libdes
|
|
|
|
.endif
|
|
|
|
|
2013-02-17 01:40:05 +04:00
|
|
|
.if ${MKKYUA} != "no"
|
|
|
|
# These tests come from external/bsd/lutok/tests/lib/liblutok. Ensure they
|
|
|
|
# get registered in the Atffile only when installed.
|
|
|
|
ATFFILE_EXTRA_TPS= liblutok
|
|
|
|
.endif
|
|
|
|
|
2010-07-16 17:56:31 +04:00
|
|
|
.if (${MKSKEY} != "no")
|
|
|
|
TESTS_SUBDIRS+= libskey
|
|
|
|
.endif
|
2009-07-20 21:03:36 +04:00
|
|
|
|
2012-11-05 04:57:39 +04:00
|
|
|
.if ${MKSLJIT} != "no"
|
|
|
|
TESTS_SUBDIRS+= libsljit
|
2012-11-11 21:41:31 +04:00
|
|
|
TESTS_SUBDIRS+= libbpfjit
|
2012-11-05 04:57:39 +04:00
|
|
|
.endif
|
|
|
|
|
2009-07-20 21:03:36 +04:00
|
|
|
TESTSDIR= ${TESTSBASE}/lib
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|