
Module: ppl/ppl Branch: master Commit: 31307ffe3548b6b6d62554ee2d2ada0b3c168c80 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=31307ffe3548b...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Mon Oct 28 08:48:24 2013 +0100
Test renamed.
---
tests/Polyhedron/Makefile.am | 4 +++- .../{postimeelapse1.cc => nncpostimeelapse1.cc} | 0 2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/Polyhedron/Makefile.am b/tests/Polyhedron/Makefile.am index c400ffc..b328c53 100644 --- a/tests/Polyhedron/Makefile.am +++ b/tests/Polyhedron/Makefile.am @@ -115,13 +115,13 @@ memory2 \ minconstraints1 minconstraints2 \ mingenerators1 mingenerators2 \ nncminimize1 nncminimize2 \ +nncpostimeelapse1 \ numberinput1 \ onepoint \ permute \ polydifference1 polydifference2 \ polyhull1 polyhull2 \ polyhullifexact1 polyhullifexact2 \ -postimeelapse1 \ randphull1 \ refinewithcongruence1 \ refinewithcongruences1 \ @@ -376,6 +376,8 @@ numberinput1_SOURCES = numberinput1.cc nncminimize1_SOURCES = nncminimize1.cc nncminimize2_SOURCES = nncminimize2.cc
+nncpostimeelapse1_SOURCES = nncpostimeelapse1.cc + onepoint_SOURCES = onepoint.cc
permute_SOURCES = permute.cc diff --git a/tests/Polyhedron/postimeelapse1.cc b/tests/Polyhedron/nncpostimeelapse1.cc similarity index 100% rename from tests/Polyhedron/postimeelapse1.cc rename to tests/Polyhedron/nncpostimeelapse1.cc