NetBSD/tests/lib/Makefile

35 lines
788 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2015/06/22 00:05:23 matt Exp $
.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
.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
2012-08-08 17:57:05 +04:00
TESTS_SUBDIRS+= librumpclient librumphijack
.endif
2010-08-25 20:46:36 +04:00
.if ${MKCRYPTO} != "no"
TESTS_SUBDIRS+= libdes
.endif
.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
.if (${MKSKEY} != "no")
TESTS_SUBDIRS+= libskey
.endif
.if ${MKSLJIT} != "no"
TESTS_SUBDIRS+= libsljit
2012-11-11 21:41:31 +04:00
TESTS_SUBDIRS+= libbpfjit
.endif
TESTSDIR= ${TESTSBASE}/lib
.include <bsd.test.mk>