Home | History | Annotate | Line # | Download | only in tests
      1  1.47  christos # $NetBSD: Makefile,v 1.47 2023/08/19 22:56:43 christos Exp $
      2   1.1      jmmv 
      3   1.1      jmmv .include <bsd.own.mk>
      4   1.1      jmmv 
      5  1.25     njoly .if ${MKATF} != "no"
      6  1.25     njoly 
      7  1.21      jmmv TESTSDIR=	${TESTSBASE}
      8  1.21      jmmv 
      9  1.47  christos TESTS_SUBDIRS=		bin compat dev games include kernel lib libexec net
     10  1.41      jmmv TESTS_SUBDIRS+=		sbin sys usr.bin usr.sbin
     11  1.38  christos 
     12  1.45      matt . if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
     13  1.41      jmmv TESTS_SUBDIRS+=		fs rump
     14  1.10     pooka 
     15  1.31       mrg . if ${MKKMOD} != "no"
     16  1.41      jmmv TESTS_SUBDIRS+=		modules
     17  1.19       mrg . endif
     18  1.38  christos . endif
     19  1.19       mrg 
     20  1.41      jmmv TESTS_SUBDIRS+=		crypto
     21  1.33       mrg 
     22  1.37      matt . if ${MKIPFILTER} != "no"
     23  1.41      jmmv TESTS_SUBDIRS+=		ipf
     24  1.37      matt . endif
     25  1.37      matt 
     26  1.39      jmmv . if ${MKSHARE} != "no"
     27  1.41      jmmv TESTS_SUBDIRS+=		share
     28  1.41      jmmv . endif
     29  1.41      jmmv 
     30  1.41      jmmv . if ${MKATF} != "no"
     31  1.43      jmmv ATFFILE_EXTRA_SUBDIRS+=	atf
     32  1.41      jmmv . endif
     33  1.41      jmmv 
     34  1.41      jmmv . if ${MKKYUA} != "no"
     35  1.44      jmmv ATFFILE_EXTRA_SUBDIRS+=	kyua-atf-compat kyua-cli kyua-testers
     36  1.39      jmmv . endif
     37  1.39      jmmv 
     38  1.25     njoly .include <bsd.test.mk>
     39  1.28  pgoyette 
     40  1.28  pgoyette .else
     41   1.9  gmcgarry 
     42   1.1      jmmv .include <bsd.subdir.mk>
     43  1.28  pgoyette .endif
     44