Commit Graph
12 Commits
Author SHA1 Message Date
Sébastien Loriot 9fcf46e11a replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
this should be the case, following our guidelines.

using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Daniel Russel 81ccf38256 things build after log move 2007-06-11 00:08:13 +00:00
Daniel Russel 7d9a1eaf8c libCGAL builds 2007-06-10 23:46:47 +00:00
Daniel Russel e48c4a7906 tweaked error reporting 2007-01-30 21:02:03 +00:00
Daniel Russel 6abebd42be issues with overflow and Lazy_exact 2007-01-26 20:49:59 +00:00
Daniel Russel 3eb2e7079a removed random delc of to_interval 2007-01-23 17:02:20 +00:00
Daniel Russel 43cf28218c core working 2007-01-20 21:39:01 +00:00
Daniel Russel 22813e7ce8 removed time from process 2006-07-14 09:33:05 +00:00
Daniel Russel 855a2557a1 testing final events 2006-07-14 07:36:06 +00:00
Daniel Russel cb9b1c1358 C to cpp 2006-07-12 13:29:21 +00:00