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