Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.30
      1  1.30  christos #	$NetBSD: Makefile,v 1.30 2020/01/17 16:25:37 christos Exp $
      2   1.1     pooka #
      3   1.1     pooka 
      4   1.1     pooka .include <bsd.own.mk>
      5   1.1     pooka 
      6   1.1     pooka TESTSDIR=       ${TESTSBASE}/usr.bin
      7   1.1     pooka 
      8  1.30  christos TESTS_SUBDIRS=	awk basename bzip2 cc cmp config cpio cut \
      9  1.27     kamil 		diff dirname find gdb grep gzip id indent \
     10  1.24       kre 		infocmp jot ld m4 make mixerctl mkdep nbperf netpgpverify \
     11  1.28     jhigh 		pkill pr printf pwhash rump_server shmif_dumpbus sdiff \
     12  1.30  christos 		sed sort tar tmux tr unifdef uniq vmstat xlint
     13   1.1     pooka 
     14  1.25     kamil .if ${MKCXX} != "no"
     15  1.25     kamil TESTS_SUBDIRS+=	c++
     16  1.25     kamil .endif
     17  1.25     kamil 
     18  1.29     jhigh .if (defined(MKARGON2) && ${MKARGON2} != "no")
     19  1.29     jhigh TESTS_SUBDIRS+=	argon2
     20  1.29     jhigh .endif
     21  1.29     jhigh 
     22  1.29     jhigh 
     23   1.1     pooka .include <bsd.test.mk>
     24