From c1974541eb5c8b5ee3d923074b1cb1d1752c57fc Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 20 Jul 2004 03:56:22 +0000 Subject: [PATCH] Do not remove Makefile.in on distclean, but on maintainerclean; compile the test examples on make check only git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@295 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index b008d3d2e1..dd0adc4e9a 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src/include AM_CFLAGS=-g CLEANFILES = *~ test a.out *.o -DISTCLEANFILES=Makefile.in *~ +MAINTAINERCLEANFILES=Makefile.in *~ EXTRA_DIST=run_tests.in \ datadesc.little32 datadesc.little64 datadesc.big32 datadesc.big64 \ mk_datadesc_structs.pl @@ -24,8 +24,8 @@ RL_tests = \ SG_tests = -noinst_PROGRAMS = $(core_tests) $(RL_tests) $(SG_tests) -noinst_SCRIPTS = run_tests trp_tcp_usage +check_PROGRAMS = $(core_tests) $(RL_tests) $(SG_tests) +check_SCRIPTS = run_tests trp_tcp_usage TESTS=run_tests test: $(noinst_PROGRAMS) $(noinst_SCRIPTS) -- 2.20.1