Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various fixes. Working (in SG) for ForkJoins, but not for Montage.
[simgrid.git] / examples / gras / ping / Makefile.am
index 4d8f803..70f3383 100644 (file)
@@ -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