1 # $NetBSD: Makefile,v 1.33 2020/07/03 04:25:28 jruoho Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 TESTSDIR= ${TESTSBASE}/usr.bin 7 8 TESTS_SUBDIRS= awk basename bzip2 cc cmp config cpio cut \ 9 diff dirname find fstat gdb grep gzip id indent \ 10 infocmp jot ld locale m4 make mixerctl mkdep nbperf \ 11 netpgpverify patch pkill pr printf pwhash rump_server \ 12 shmif_dumpbus sdiff sed sort tar tmux tr unifdef uniq \ 13 vmstat xlint ztest 14 15 .if ${MKCXX} != "no" 16 TESTS_SUBDIRS+= c++ 17 .endif 18 19 .if (defined(MKARGON2) && ${MKARGON2} != "no") 20 TESTS_SUBDIRS+= argon2 21 .endif 22 23 .include <bsd.test.mk> 24