Home | History | Annotate | Line # | Download | only in c++
Makefile revision 1.3.10.3
      1  1.3.10.3  pgoyette # $NetBSD: Makefile,v 1.3.10.3 2018/04/16 02:00:10 pgoyette Exp $
      2       1.1     kamil 
      3       1.1     kamil .include <bsd.own.mk>
      4       1.1     kamil 
      5       1.1     kamil TESTSDIR=	${TESTSBASE}/usr.bin/c++
      6       1.1     kamil 
      7  1.3.10.2  pgoyette TESTS_SH=	#
      8  1.3.10.2  pgoyette TESTS_SH+=	t_asan_double_free
      9  1.3.10.2  pgoyette TESTS_SH+=	t_asan_global_buffer_overflow
     10  1.3.10.2  pgoyette TESTS_SH+=	t_asan_heap_overflow
     11  1.3.10.2  pgoyette TESTS_SH+=	t_asan_off_by_one
     12  1.3.10.3  pgoyette TESTS_SH+=	t_asan_poison
     13  1.3.10.2  pgoyette TESTS_SH+=	t_asan_uaf
     14  1.3.10.1  pgoyette TESTS_SH+=	t_call_once
     15  1.3.10.1  pgoyette TESTS_SH+=	t_call_once2
     16  1.3.10.2  pgoyette TESTS_SH+=	t_cxxruntime
     17  1.3.10.2  pgoyette TESTS_SH+=	t_hello
     18  1.3.10.1  pgoyette TESTS_SH+=	t_pthread_once
     19  1.3.10.2  pgoyette TESTS_SH+=	t_static_destructor
     20       1.1     kamil 
     21       1.1     kamil .include <bsd.test.mk>
     22