1 # $NetBSD: Makefile,v 1.24 2015/06/22 00:05:23 matt Exp $
7 # libobjc libposix libppath libpthread
8 # librt libtre semaphore
9 TESTS_SUBDIRS
= csu libc libcrypt libcurses libevent libexecinfo \
13 .if
(${MKRUMP} != "no") && !defined
(BSD_MK_COMPAT_FILE
)
14 TESTS_SUBDIRS
+= librumpclient librumphijack
17 .if
${MKCRYPTO} != "no"
18 TESTS_SUBDIRS
+= libdes
22 # These tests come from external/bsd/lutok/tests/lib/liblutok. Ensure they
23 # get registered in the Atffile only when installed.
24 ATFFILE_EXTRA_TPS
= liblutok
27 .if
(${MKSKEY} != "no")
28 TESTS_SUBDIRS
+= libskey
31 .if
${MKSLJIT} != "no"
32 TESTS_SUBDIRS
+= libsljit
33 TESTS_SUBDIRS
+= libbpfjit
36 TESTSDIR
= ${TESTSBASE}/lib
38 .
include <bsd.
test.mk
>