1 1.29 jhigh # $NetBSD: Makefile,v 1.29 2019/10/14 03:47:19 jhigh 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.12 jruoho TESTS_SUBDIRS= awk basename bzip2 cc cmp config 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.22 abhinav sed sort 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