2011-04-10 13:49:13 +04:00
|
|
|
# $NetBSD: Makefile,v 1.14 2011/04/10 09:49:13 blymn Exp $
|
2009-07-20 21:03:36 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2011-04-10 13:49:13 +04:00
|
|
|
TESTS_SUBDIRS= csu libbluetooth libc libcurses libevent libm \
|
2011-04-07 10:24:07 +04:00
|
|
|
libobjc libposix libprop libpthread \
|
|
|
|
librt librumpclient librumphijack libutil semaphore
|
2010-07-16 17:56:31 +04:00
|
|
|
|
2010-08-25 20:46:36 +04:00
|
|
|
.if ${MKCRYPTO} != "no"
|
|
|
|
TESTS_SUBDIRS+= libdes
|
|
|
|
.endif
|
|
|
|
|
2010-07-16 17:56:31 +04:00
|
|
|
.if (${MKSKEY} != "no")
|
|
|
|
TESTS_SUBDIRS+= libskey
|
|
|
|
.endif
|
2009-07-20 21:03:36 +04:00
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|