Home | History | Annotate | Line # | Download | only in cc
Makefile revision 1.1.32.3
      1 # $NetBSD: Makefile,v 1.1.32.3 2018/05/21 04:36:18 pgoyette Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/usr.bin/cc
      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_poison
     13 TESTS_SH+=	t_asan_uaf
     14 TESTS_SH+=	t_ubsan_int_add_overflow
     15 TESTS_SH+=	t_ubsan_int_sub_overflow
     16 TESTS_SH+=	t_ubsan_int_neg_overflow
     17 TESTS_SH+=	t_ubsan_int_divzero
     18 TESTS_SH+=	t_ubsan_vla_out_of_bounds
     19 TESTS_SH+=	t_hello
     20 
     21 .include <bsd.test.mk>
     22