
Module: ppl/ppl Branch: bounded_arithmetic Commit: bf1053c01f74e9940bcdd20eda2163322d25f544 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=bf1053c01f74e...
Author: Alberto Gioia alberto.gioia1@studenti.unipr.it Date: Tue Jun 28 19:04:21 2011 +0200
Added test files linearize_int.cc
---
tests/Concrete_Expression/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/Concrete_Expression/Makefile.am b/tests/Concrete_Expression/Makefile.am index 4a8298a..1db0504 100644 --- a/tests/Concrete_Expression/Makefile.am +++ b/tests/Concrete_Expression/Makefile.am @@ -55,6 +55,7 @@ ORIGINAL_TESTS = \ C_Expr \ linearform1 \ linearize \ +linearize_int \ digitalfilters1 \ bdshape1 \ bdshape2 \ @@ -143,6 +144,8 @@ linearform1_SOURCES = linearform1.cc
linearize_SOURCES = linearize.cc
+linearize_int_SOURCES = linearize_int.cc + octagonalshape1_SOURCES = octagonalshape1.cc
octagonalshape2_SOURCES = octagonalshape2.cc