Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.23
      1 # $NetBSD: Makefile,v 1.23 2013/02/16 21:40:07 jmmv Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTS_SUBDIRS=	csu libbluetooth libc libcrypt libcurses libevent libexecinfo \
      6 		libm libobjc libposix libppath libprop libpthread \
      7 		librt libtre libutil semaphore
      8 
      9 .if (${MKRUMP} != "no")
     10 TESTS_SUBDIRS+= librumpclient librumphijack
     11 .endif
     12 
     13 .if ${MKCRYPTO} != "no"
     14 TESTS_SUBDIRS+= libdes
     15 .endif
     16 
     17 .if ${MKKYUA} != "no"
     18 # These tests come from external/bsd/lutok/tests/lib/liblutok.  Ensure they
     19 # get registered in the Atffile only when installed.
     20 ATFFILE_EXTRA_TPS=	liblutok
     21 .endif
     22 
     23 .if (${MKSKEY} != "no")
     24 TESTS_SUBDIRS+= libskey
     25 .endif
     26 
     27 .if ${MKSLJIT} != "no"
     28 TESTS_SUBDIRS+=	libsljit
     29 TESTS_SUBDIRS+=	libbpfjit
     30 .endif
     31 
     32 TESTSDIR=	${TESTSBASE}/lib
     33 
     34 .include <bsd.test.mk>
     35