Home | History | Annotate | Line # | Download | only in usr.bin
      1  1.43    rillig #	$NetBSD: Makefile,v 1.43 2025/01/18 22:31:22 rillig 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.36    rillig TESTS_SUBDIRS=	awk basename bzip2 cc cmp compress config cpio col cut \
      9  1.43    rillig 		diff dirname error find fstat ftp gcov gdb grep gzip id indent \
     10  1.39  riastrad 		infocmp jot ld locale m4 make mixerctl mkdep mtree nbperf \
     11  1.37       kre 		netpgpverify patch pkill pr printf pwhash realpath rump_server \
     12  1.41     ozaki 		shmif_dumpbus shmif_pcapin sdiff sed sort stat tar tmux tr \
     13  1.41     ozaki 		unifdef uniq vmstat xlint ztest
     14   1.1     pooka 
     15  1.25     kamil .if ${MKCXX} != "no"
     16  1.25     kamil TESTS_SUBDIRS+=	c++
     17  1.25     kamil .endif
     18  1.25     kamil 
     19   1.1     pooka .include <bsd.test.mk>
     20