
10 Aug
2011
10 Aug
'11
9:20 a.m.
Module: ppl/ppl Branch: master Commit: 18376fb113e21d1b7528e7b7bcb907470ed2cd8a URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=18376fb113e21...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Aug 10 09:19:45 2011 +0200
Use all the available tests.
---
tests/Octagonal_Shape/bounded1.cc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/Octagonal_Shape/bounded1.cc b/tests/Octagonal_Shape/bounded1.cc index 623d7f9..503cf6e 100644 --- a/tests/Octagonal_Shape/bounded1.cc +++ b/tests/Octagonal_Shape/bounded1.cc @@ -128,4 +128,6 @@ BEGIN_MAIN DO_TEST(test03); DO_TEST(test04); DO_TEST(test05); + DO_TEST(test06); + DO_TEST(test07); END_MAIN