Cross Reference: Makefile
xref: /src/tests/usr.bin/c++/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/usr.bin/c++/
Makefile revision 1.9
1# $NetBSD: Makefile,v 1.9 2018/05/02 18:46:05 kamil Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/usr.bin/c++
6
7TESTS_SH=	#
8TESTS_SH+=	t_asan_double_free
9TESTS_SH+=	t_asan_global_buffer_overflow
10TESTS_SH+=	t_asan_heap_overflow
11TESTS_SH+=	t_asan_off_by_one
12TESTS_SH+=	t_asan_poison
13TESTS_SH+=	t_asan_uaf
14TESTS_SH+=	t_ubsan_int_add_overflow
15TESTS_SH+=	t_ubsan_int_sub_overflow
16TESTS_SH+=	t_ubsan_int_neg_overflow
17TESTS_SH+=	t_ubsan_int_divzero
18TESTS_SH+=	t_ubsan_vla_out_of_bounds
19TESTS_SH+=	t_call_once
20TESTS_SH+=	t_call_once2
21TESTS_SH+=	t_cxxruntime
22TESTS_SH+=	t_hello
23TESTS_SH+=	t_pthread_once
24TESTS_SH+=	t_static_destructor
25
26.include <bsd.test.mk>
27

Indexes created Mon Nov 10 17:20:41 GMT 2025