1 # $NetBSD: Makefile,v 1.7 2018/04/04 23:53:26 kamil Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/usr.bin/c++ 6 7 TESTS_SH= # 8 TESTS_SH+= t_asan_double_free 9 TESTS_SH+= t_asan_global_buffer_overflow 10 TESTS_SH+= t_asan_heap_overflow 11 TESTS_SH+= t_asan_off_by_one 12 TESTS_SH+= t_asan_uaf 13 TESTS_SH+= t_call_once 14 TESTS_SH+= t_call_once2 15 TESTS_SH+= t_cxxruntime 16 TESTS_SH+= t_hello 17 TESTS_SH+= t_pthread_once 18 TESTS_SH+= t_static_destructor 19 20 .include <bsd.test.mk> 21