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 |
Marc Glisse
|
2256ae01e7
|
Trivial fixes for the testsuite.
|
2010-04-22 09:58:25 +00: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
|
feb35a7aee
|
added casts
|
2007-02-05 15:34:27 +00:00 |
Daniel Russel
|
33b1d3b227
|
changed names to .cpp
|
2007-01-24 17:26:23 +00:00 |