tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / Makefile
blob67e46159a9d9fe317361fe247f17b30333508d34
1 # $NetBSD: Makefile,v 1.23 2013/02/16 21:40:07 jmmv Exp $
3 .include <bsd.own.mk>
5 # LSC: Only relevant libraries
6 TESTS_SUBDIRS= csu libc libcrypt libcurses libexecinfo \
7 libm libprop \
8 libutil
10 .if (${MKRUMP} != "no")
11 TESTS_SUBDIRS+= librumpclient librumphijack
12 .endif
14 .if ${MKCRYPTO} != "no"
15 TESTS_SUBDIRS+= libdes
16 .endif
18 .if ${MKKYUA} != "no"
19 # These tests come from external/bsd/lutok/tests/lib/liblutok. Ensure they
20 # get registered in the Atffile only when installed.
21 ATFFILE_EXTRA_TPS= liblutok
22 .endif
24 .if (${MKSKEY} != "no")
25 TESTS_SUBDIRS+= libskey
26 .endif
28 .if ${MKSLJIT} != "no"
29 TESTS_SUBDIRS+= libsljit
30 TESTS_SUBDIRS+= libbpfjit
31 .endif
33 TESTSDIR= ${TESTSBASE}/lib
35 .include <bsd.test.mk>