Home | History | Annotate | Line # | Download | only in c++
Makefile revision 1.3.10.1
      1 # $NetBSD: Makefile,v 1.3.10.1 2018/03/30 06:20:16 pgoyette 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 TESTS_SH+=	t_call_once
     11 TESTS_SH+=	t_call_once2
     12 TESTS_SH+=	t_pthread_once
     13 
     14 .include <bsd.test.mk>
     15