[GIT] ppl/ppl(master): Use the serial test harness in these directories.
Module: ppl/ppl Branch: master Commit: b50626a42ed0285088cf21ca64d005a56671804d URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b50626a42ed02...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Wed Jul 3 15:18:06 2013 +0200
Use the serial test harness in these directories.
---
tests/BD_Shape/Makefile.am | 2 ++ tests/Box/Makefile.am | 2 ++ tests/Concrete_Expression/Makefile.am | 2 ++ tests/Octagonal_Shape/Makefile.am | 2 ++ 4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/tests/BD_Shape/Makefile.am b/tests/BD_Shape/Makefile.am index a517149..ee2de99 100644 --- a/tests/BD_Shape/Makefile.am +++ b/tests/BD_Shape/Makefile.am @@ -21,6 +21,8 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
+AUTOMAKE_OPTIONS = serial-tests + if VALGRIND_TESTS_ENABLED
CHECKER = \ diff --git a/tests/Box/Makefile.am b/tests/Box/Makefile.am index 7b82a18..3009a5c 100644 --- a/tests/Box/Makefile.am +++ b/tests/Box/Makefile.am @@ -21,6 +21,8 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
+AUTOMAKE_OPTIONS = serial-tests + if VALGRIND_TESTS_ENABLED
CHECKER = \ diff --git a/tests/Concrete_Expression/Makefile.am b/tests/Concrete_Expression/Makefile.am index 8e43812..0ba8e68 100644 --- a/tests/Concrete_Expression/Makefile.am +++ b/tests/Concrete_Expression/Makefile.am @@ -21,6 +21,8 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
+AUTOMAKE_OPTIONS = serial-tests + if VALGRIND_TESTS_ENABLED
CHECKER = \ diff --git a/tests/Octagonal_Shape/Makefile.am b/tests/Octagonal_Shape/Makefile.am index 1250565..927fc7e 100644 --- a/tests/Octagonal_Shape/Makefile.am +++ b/tests/Octagonal_Shape/Makefile.am @@ -21,6 +21,8 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://bugseng.com/products/ppl/ .
+AUTOMAKE_OPTIONS = serial-tests + if VALGRIND_TESTS_ENABLED
CHECKER = \
participants (1)
-
Roberto Bagnara