X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c7a72b1976780811a87443937dd7e887806f4c2..c1974541eb5c8b5ee3d923074b1cb1d1752c57fc:/testsuite/Makefile.am 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)