Home | History | Annotate | Line # | Download | only in cc
Makefile revision 1.1.32.1
      1  1.1.32.1  pgoyette # $NetBSD: Makefile,v 1.1.32.1 2018/04/07 04:12:21 pgoyette Exp $
      2       1.1    jruoho 
      3       1.1    jruoho .include <bsd.own.mk>
      4       1.1    jruoho 
      5       1.1    jruoho TESTSDIR=	${TESTSBASE}/usr.bin/cc
      6       1.1    jruoho 
      7  1.1.32.1  pgoyette TESTS_SH=	#
      8  1.1.32.1  pgoyette TESTS_SH+=	t_asan_double_free
      9  1.1.32.1  pgoyette TESTS_SH+=	t_asan_global_buffer_overflow
     10  1.1.32.1  pgoyette TESTS_SH+=	t_asan_heap_overflow
     11  1.1.32.1  pgoyette TESTS_SH+=	t_asan_off_by_one
     12  1.1.32.1  pgoyette TESTS_SH+=	t_asan_uaf
     13  1.1.32.1  pgoyette TESTS_SH+=	t_hello
     14       1.1    jruoho 
     15       1.1    jruoho .include <bsd.test.mk>
     16