From 6d9a9ffcf04507b7fd0e9ade4349b282cb03ba98 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 4 Jul 2006 13:40:42 +0000 Subject: [PATCH] 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 --- examples/gras/pmm/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1