summaryrefslogtreecommitdiff
path: root/tests/usr.bin/Makefile
blob: 17f46e0686568fe4185671455ed5a483a3374e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.27 2019/04/04 15:22:13 kamil Exp $
#

.include <bsd.own.mk>

TESTSDIR=       ${TESTSBASE}/usr.bin

TESTS_SUBDIRS=	awk basename bzip2 cc cmp config cut \
		diff dirname find gdb grep gzip id indent \
		infocmp jot ld m4 make mixerctl mkdep nbperf netpgpverify \
		pkill pr printf rump_server shmif_dumpbus sdiff \
		sed sort tmux tr unifdef uniq vmstat xlint

.if ${MKCXX} != "no"
TESTS_SUBDIRS+=	c++
.endif

.include <bsd.test.mk>