From e2d5d314d7a233c4ebc7f0d3bc1da49e2011a45f Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Tue, 21 Nov 2006 10:12:18 +0000 Subject: [PATCH] included CORE types into test --- Number_types/test/Number_types/utilities.C | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Number_types/test/Number_types/utilities.C b/Number_types/test/Number_types/utilities.C index edbfa391ac5..19b408b366d 100644 --- a/Number_types/test/Number_types/utilities.C +++ b/Number_types/test/Number_types/utilities.C @@ -49,8 +49,7 @@ typedef CGAL::Quotient QMPF; } int main() -{ - +{ // builtin NTs TESTIT(int, "int") TESTIT(long int, "long int") @@ -78,7 +77,7 @@ int main() #ifdef CGAL_USE_GMP TESTIT(CGAL::Gmpz, "Gmpz") TESTIT(CGAL::Gmpz, "Gmpzf") - TESTIT(CGAL::MP_Float, "MP_Float") + //TESTIT(CGAL::MP_Float, "MP_Float") TESTIT(CGAL::Gmpq, "Gmpq") #endif // CGAL_USE_GMP #ifdef CGAL_USE_GMPXX @@ -88,12 +87,11 @@ int main() #endif // CORE -#ifdef CGAL_USE_CORE - //bug in io for CORE. - //TESTIT(CORE::Expr, "CORE::BigInt") - //TESTIT(CORE::Expr, "CORE::BigRat") - //TESTIT(CORE::Expr, "CORE::BigFloat") - //TESTIT(CORE::Expr, "CORE::Expr") +#ifdef CGAL_USE_CORE + TESTIT(CORE::BigInt, "CORE::BigInt") + TESTIT(CORE::BigRat, "CORE::BigRat") + TESTIT(CORE::BigFloat, "CORE::BigFloat") + TESTIT(CORE::Expr, "CORE::Expr") #endif // LEDA based NTs