Home | History | Annotate | Line # | Download | only in c++
Makefile revision 1.3
      1 # $NetBSD: Makefile,v 1.3 2017/05/14 02:02:25 kamil Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/usr.bin/c++
      6 
      7 TESTS_SH=	t_cxxruntime
      8 TESTS_SH+=	t_hello
      9 TESTS_SH+=	t_static_destructor
     10 
     11 .include <bsd.test.mk>
     12