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