tools/llvm: Do not build with symbols
[minix3.git] / tests / Makefile
blob60857cb38c2e598e6060e3e6d4d9597009fa7d05
1 # $NetBSD: Makefile,v 1.44 2013/02/25 00:33:19 jmmv Exp $
3 .include <bsd.own.mk>
5 .if ${MKATF} != "no"
7 TESTSDIR= ${TESTSBASE}
9 # LSC: Unsupported on MINIX:
10 # kernel net
11 TESTS_SUBDIRS= bin dev games include lib libexec
12 TESTS_SUBDIRS+= sbin sys usr.bin usr.sbin
14 . if (${MKRUMP} != "no")
15 TESTS_SUBDIRS+= fs rump
17 . if ${MKKMOD} != "no"
18 TESTS_SUBDIRS+= modules
19 . endif
20 . endif
22 . if ${MKCRYPTO} != "no"
23 TESTS_SUBDIRS+= crypto
24 . endif
26 . if ${MKIPFILTER} != "no"
27 TESTS_SUBDIRS+= ipf
28 . endif
30 . if ${MKSHARE} != "no"
31 TESTS_SUBDIRS+= share
32 . endif
34 . if ${MKATF} != "no"
35 ATFFILE_EXTRA_SUBDIRS+= atf
36 . endif
38 . if ${MKKYUA} != "no"
39 ATFFILE_EXTRA_SUBDIRS+= kyua-atf-compat kyua-cli kyua-testers
40 . endif
42 .include <bsd.test.mk>
44 .else
46 .include <bsd.subdir.mk>
47 .endif