1#	$NetBSD: Makefile,v 1.44 2025/11/28 23:58:47 nia Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=       ${TESTSBASE}/usr.bin
7
8TESTS_SUBDIRS=	awk basename bzip2 cc cmp compress config cpio col cut \
9		diff diff3 dirname error find fstat ftp gcov gdb grep gzip id \
10		indent infocmp jot ld locale m4 make mixerctl mkdep mtree \
11		nbperf netpgpverify patch pkill pr printf pwhash realpath \
12		rump_server shmif_dumpbus shmif_pcapin sdiff sed sort stat \
13		tar tmux tr unifdef uniq vmstat xlint ztest
14
15.if ${MKCXX} != "no"
16TESTS_SUBDIRS+=	c++
17.endif
18
19.include <bsd.test.mk>
20