
Module: ppl/ppl Branch: master Commit: b163fee3b048fe3dd07be912850ec042f4d24b2d URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b163fee3b048f...
Author: Abramo Bagnara abramo.bagnara@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 =