1# $NetBSD: Makefile,v 1.16 2011/11/06 18:43:51 christos Exp $
2
3.include <bsd.own.mk>
4
5TESTS_SUBDIRS=	csu libbluetooth libc libcrypt libcurses libevent libm \
6		libobjc libposix libppath libprop libpthread \
7		librt librumpclient librumphijack libtre libutil semaphore
8
9.if ${MKCRYPTO} != "no"
10TESTS_SUBDIRS+= libdes
11.endif
12
13.if (${MKSKEY} != "no")
14TESTS_SUBDIRS+= libskey
15.endif
16
17TESTSDIR=	${TESTSBASE}/lib
18
19.include <bsd.test.mk>
20