cgal/Intersections_3/test/Intersections_3
Laurent Rineau d77da3f15b Fix the random testing of BBox/Triangle_3
Too many tests! If the macro `__OPTIMIZE__` evaluates to true, the random testing
computes 1M tests. That is too much.

Here the test was killed, after 20 minutes, after 1M iterations with `Cartesian<double>` and 954K iterations with
`Homogeneous<MP_Float>`:

  https://cgal.geometryfactory.com/CGAL/Members/testsuite/CGAL-4.7-Ic-128/Intersections_3/TestReport_lrineau_x86-64_Linux-Fedora19_llvm-clang-with-g++-4.8.gz

100K tests should be enough, and will decrease the CPU consumption by a
factor of 10.

...Actually, I am not at all convinced that those random tests are
useful! And why do we use random tests for Bbox_3/Triangle_3 and for no
other pairs of CGAL objects?
2015-08-27 11:12:47 +02:00
..
bbox_other_do_intersect_test.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
call_test.cpp use lower case for a variable 2013-06-13 15:28:30 +02:00
circle_other.cpp fix assertions 2008-06-04 12:13:00 +00:00
create_bbox_mesh.h Add a trivial test case for do_intersect(Bbox_3,Triangle_3) 2014-06-20 16:34:09 +02:00
line_line.cpp IO fix 2008-06-04 12:31:15 +00:00
numrep1.h
numrep2.h Replace Homogeneous<double> by Homogeneous<MP_Float> to fix a red raw in the test-suite. 2007-02-28 17:41:08 +00:00
segment_segment.cpp replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests 2013-03-21 10:50:55 +01:00
test_intersections_3.cpp Fix the random testing of BBox/Triangle_3 2015-08-27 11:12:47 +02:00
triangle_3_triangle_3_intersection.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
triangle_other.cpp Fix warnings 2010-01-07 16:00:14 +00:00
triangle_other_intersection_test.cpp Object::empty() is !variant::operator bool () 2012-04-24 16:57:58 +00:00