Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2018/04/11 03:25:25 kamil Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/usr.bin/cc 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_hello 15 16.include <bsd.test.mk> 17