X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d462afa403565dd50d8b96bb96300e3bc7eed87..6fc3119abd6191409d110f9ba3625da1d13c1d1a:/testsuite/Makefile.in diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 77d178c5b8..5463816184 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -14,6 +14,12 @@ @SET_MAKE@ +# 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. + # Makefile chunk which allows to display the files which should be included # into the distribution. @@ -272,7 +278,7 @@ SG_tests = \ surf/trace_usage surf/surf_usage surf/surf_usage2 simdag_tests = simdag/sd_test -check_SCRIPTS = run_tests gras/trp_tcp_usage +check_SCRIPTS = run_tests TESTS = run_tests # LDADD_UTILS is still a separate var to distinguish core tester from RL tester @@ -280,7 +286,6 @@ LDADD_SG = $(abs_top_builddir)/src/libsimgrid.la 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) xbt_context_usage_LDADD = $(LDADD_SG) surf_maxmin_bench_LDADD = $(LDADD_SG)