X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a85e42b19920e74b1a8ec5e13481396ed0ca2995..b8892821525cf5204c842476d26f530ddcca4908:/examples/gras/ping/Makefile.am diff --git a/examples/gras/ping/Makefile.am b/examples/gras/ping/Makefile.am index 4d8f8033da..70f33833b7 100644 --- a/examples/gras/ping/Makefile.am +++ b/examples/gras/ping/Makefile.am @@ -1,8 +1,14 @@ +# 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 -TESTS= test_rl test_sg -TESTS_ENVIRONMENT=../../../tools/tesh/tesh -EXTRA_DIST=ping.xml ping.h $(TESTS) +EXTRA_DIST=ping.xml ping.h +include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition noinst_PROGRAMS=ping_client ping_server ping_simulator