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

Abramo Bagnara abramo.bagnara at gmail.com
Mon Mar 30 09:56:55 CEST 2009


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

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

Restore parallelized tests.

---

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

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




More information about the PPL-devel mailing list