X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d462afa403565dd50d8b96bb96300e3bc7eed87..1e255febf2a4816d79484e195ee66945a7671d04:/testsuite/Makefile.am diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index b2e98d7d8c..3167ac13a0 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,3 +1,10 @@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + + INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include AM_CFLAGS=-g @@ -24,7 +31,7 @@ SG_tests = \ simdag_tests = simdag/sd_test check_PROGRAMS = $(xbt_tests) $(SG_tests) $(simdag_tests) -check_SCRIPTS = run_tests gras/trp_tcp_usage +check_SCRIPTS = run_tests TESTS=run_tests test: $(noinst_PROGRAMS) $(noinst_SCRIPTS) @@ -39,7 +46,6 @@ LDADD_RL=$(abs_top_builddir)/src/libgras.la xbt_log_usage_LDADD= $(LDADD_RL) xbt_heap_bench_LDADD= $(LDADD_RL) -xbt_parallel_log_crashtest_LDADD= $(LDADD_RL) xbt_graphxml_usage_LDADD= $(LDADD_SG)