Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specify that we want the simulation tests before the real ones (since they are faster...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 14:21:01 +0000 (14:21 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 14:21:01 +0000 (14:21 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3639 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/tests.mk

index 6e79e94..9a9bbc4 100644 (file)
 #    and pick the right one here.
 
 if GRAS_ARCH_32_BITS
-  TESTS= test_rl test_sg_32
-test-sg:
+  TESTS= test_sg_32 test_rl
+test-sg: 
        $(TESTS_ENVIRONMENT) test_sg_32
 else
-  TESTS= test_rl test_sg_64
-test-sg:
+  TESTS= test_sg_64 test_rl
+test-sg: 
        $(TESTS_ENVIRONMENT) test_sg_64
 endif
 
-test-rl:
+test-rl: force
        $(TESTS_ENVIRONMENT) test_rl
 TESTS_ENVIRONMENT=srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh
 
+force:
 
-EXTRA_DIST+=test_rl test_sg_32 test_sg_64
\ No newline at end of file
+EXTRA_DIST+=test_rl test_sg_32 test_sg_64
+
+.PHONY: test_sg_32 test_SG_64 test_rl