From 3b82469ed95797372d9ec5515cf1518ac4f0b5c8 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 23 Apr 2014 11:41:37 -0400 Subject: build: regression test fixes Signed-off-by: Paul Moore --- tests/Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 7d76267..5a9a112 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,11 +9,7 @@ util_la_LDFLAGS = -module TESTS = regression -EXTRA_DIST = regression *.tests -BUILT_SOURCES = 00-test.c - check_PROGRAMS = \ - 00-test \ 01-sim-allow \ 02-sim-basic \ 03-sim-basic_chains \ @@ -41,5 +37,7 @@ check_PROGRAMS = \ 25-sim-multilevel_chains_adv \ 26-sim-arch_all_be_basic -00-test.c: - if ! test -e $@; then echo "int main(void) { return 0; }" >$@; fi +EXTRA_PROGRAMS = 00-test + +clean-local: + ${RM} -f 00-test -- cgit v1.2.1