X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/337a6d86b619fe07f2f2b15aa369651f3f157a9f..cc5b5b9677debbad591cd039172d7a07cba48211:/testsuite/Makefile.am diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index e25fe5c4d2..ce548f845a 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 @@ -14,8 +21,7 @@ EXTRA_DIST=run_tests.in \ xbt_tests = \ xbt/log_usage \ xbt/heap_bench \ - xbt/graphxml_usage \ - xbt/context_usage + xbt/graphxml_usage SG_tests = \ surf/maxmin_bench surf/lmm_usage \ @@ -42,7 +48,6 @@ xbt_heap_bench_LDADD= $(LDADD_RL) xbt_graphxml_usage_LDADD= $(LDADD_SG) -xbt_context_usage_LDADD= $(LDADD_SG) surf_maxmin_bench_LDADD= $(LDADD_SG) surf_lmm_usage_LDADD= $(LDADD_SG)