From: mquinson Date: Tue, 4 Jul 2006 13:40:42 +0000 (+0000) Subject: Not testing in RL would be like hiding problems. We wont do it X-Git-Tag: v3.3~2885 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6d9a9ffcf04507b7fd0e9ade4349b282cb03ba98 Not testing in RL would be like hiding problems. We wont do it git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2473 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/pmm/Makefile.am b/examples/gras/pmm/Makefile.am index a03eb81adc..04ca5b4c03 100644 --- a/examples/gras/pmm/Makefile.am +++ b/examples/gras/pmm/Makefile.am @@ -1,6 +1,6 @@ INCLUDES= -I$(top_srcdir)/include -TESTS= test_sg -EXTRA_DIST=pmm_deployment.xml $(TESTS) +TESTS= test_sg test_rl +EXTRA_DIST=pmm_deployment.xml test_sg.in test_rl.in $(TESTS) # AUTOMAKE variable definition noinst_PROGRAMS=pmm_slave pmm_master pmm_simulator