Home | History | Annotate | Line # | Download | only in cc
Makefile revision 1.1.32.2
      1  1.1.32.2  pgoyette # $NetBSD: Makefile,v 1.1.32.2 2018/04/16 02:00:10 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.2  pgoyette TESTS_SH+=	t_asan_poison
     13  1.1.32.1  pgoyette TESTS_SH+=	t_asan_uaf
     14  1.1.32.1  pgoyette TESTS_SH+=	t_hello
     15       1.1    jruoho 
     16       1.1    jruoho .include <bsd.test.mk>
     17