summaryrefslogtreecommitdiff
path: root/tests/usr.bin/c++/Makefile
blob: e8adc202a4b756a8580fda5ee2d8c8e51dd67195 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.3 2017/05/14 02:02:25 kamil Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/usr.bin/c++

TESTS_SH=	t_cxxruntime
TESTS_SH+=	t_hello
TESTS_SH+=	t_static_destructor

.include <bsd.test.mk>