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