Home | History | Annotate | Line # | Download | only in c++
Makefile revision 1.6
      1 # $NetBSD: Makefile,v 1.6 2018/04/04 15:53:04 kamil Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/usr.bin/c++
      6 
      7 TESTS_SH=	#
      8 TESTS_SH+=	t_call_once
      9 TESTS_SH+=	t_call_once2
     10 TESTS_SH+=	t_cxxruntime
     11 TESTS_SH+=	t_hello
     12 TESTS_SH+=	t_pthread_once
     13 TESTS_SH+=	t_static_destructor
     14 
     15 .include <bsd.test.mk>
     16