[PPL-devel] [GIT] ppl/ppl(master): Revert "Restore parallelized tests."

Abramo Bagnara abramo.bagnara at gmail.com
Mon Mar 30 09:59:23 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 2991d105382cbef859fbd9125fe1e786c552b40f
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2991d105382cbef859fbd9125fe1e786c552b40f

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Mon Mar 30 09:59:17 2009 +0200

Revert "Restore parallelized tests."

This reverts commit b163fee3b048fe3dd07be912850ec042f4d24b2d.

---

 tests/BD_Shape/Makefile.am        |    6 +-----
 tests/Box/Makefile.am             |    6 +-----
 tests/Octagonal_Shape/Makefile.am |    6 +-----
 3 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/tests/BD_Shape/Makefile.am b/tests/BD_Shape/Makefile.am
index cfba93a..97044a5 100644
--- a/tests/BD_Shape/Makefile.am
+++ b/tests/BD_Shape/Makefile.am
@@ -116,11 +116,7 @@ TEST_CPPFLAGS=-DBD_SHAPE_INSTANCE=mpq_class
 
 dist_check_SCRIPTS = run_tests
 
-TESTS = tests
-
-.PHONY: tests
-tests:
-	+$(srcdir)/run_tests
+TESTS = $(srcdir)/run_tests
 
 XFAIL_TESTS =
 
diff --git a/tests/Box/Makefile.am b/tests/Box/Makefile.am
index 35caa5f..53600ef 100644
--- a/tests/Box/Makefile.am
+++ b/tests/Box/Makefile.am
@@ -120,11 +120,7 @@ TEST_CPPFLAGS=-DBOX_INSTANCE=rt_r_oc
 
 dist_check_SCRIPTS = run_tests
 
-TESTS = tests
-
-.PHONY: tests
-tests:
-	+$(srcdir)/run_tests
+TESTS = $(srcdir)/run_tests
 
 XFAIL_TESTS =
 
diff --git a/tests/Octagonal_Shape/Makefile.am b/tests/Octagonal_Shape/Makefile.am
index 604dac7..710f81a 100644
--- a/tests/Octagonal_Shape/Makefile.am
+++ b/tests/Octagonal_Shape/Makefile.am
@@ -123,11 +123,7 @@ TEST_CPPFLAGS=-DOCTAGONAL_SHAPE_INSTANCE=mpq_class
 
 dist_check_SCRIPTS = run_tests
 
-TESTS = tests
-
-.PHONY: tests
-tests:
-	+$(srcdir)/run_tests
+TESTS = $(srcdir)/run_tests
 
 XFAIL_TESTS =
 




More information about the PPL-devel mailing list