 
            Module: ppl/ppl Branch: master Commit: a772590b835729ca6a4a9b971dfbb207c92fd451 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a772590b83572...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat Apr 7 15:25:34 2012 +0200
Cleaned.
---
tests/PIP_Problem/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/tests/PIP_Problem/Makefile.am b/tests/PIP_Problem/Makefile.am index 0a5041c..1d7bc47 100644 --- a/tests/PIP_Problem/Makefile.am +++ b/tests/PIP_Problem/Makefile.am @@ -58,7 +58,7 @@ pipproblem1 pipproblem2 pipproblem3
XFAIL_TESTS =
-BUGS = bug1 bug2 +BUGS =
# # Sources for the tests @@ -72,8 +72,6 @@ pipproblem1_SOURCES = pipproblem1.cc pipproblem2_SOURCES = pipproblem2.cc pipproblem3_SOURCES = pipproblem3.cc
-bug1_SOURCES = bug1.cc - check_PROGRAMS = \ $(TESTS) \ $(BUGS)