Commit Graph

40 Commits

Author SHA1 Message Date
Sébastien Loriot 7e2ee496de update project name of cmake scripts of tests 2016-09-08 00:26:37 +02:00
Sébastien Loriot 7b08d17748 add non commited cmake scripts 2016-09-08 00:19:05 +02:00
Sébastien Loriot 251a9d8446 fixes for tests to use leda and not gmp 2014-06-19 14:29:20 +02:00
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 Fabri 6c92f49150 add static_cast<int> 2013-02-27 13:37:00 +01:00
Eric Berberich 681f282d77 Fix by Daniel Russel to make testsuite greener
Raise "NUMERICAL ISSUE" instead of "WARNING". The latter made some 
rows of the testsuite completely yellow. Fix has been tested locally.
2012-10-09 12:55:09 +00:00
Marc Glisse 2256ae01e7 Trivial fixes for the testsuite. 2010-04-22 09:58:25 +00:00
Daniel Russel f4aefd44b1 attempt to make things work when core not supported. I can't build the tests for some reason, so something might have been missed. Have to look in to that 2010-04-02 18:02:25 +00:00
Marc Glisse bda72c56b5 Consistently specify the namespace of Polynomial. 2009-02-28 00:43:19 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +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
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +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
Joachim Reichel 4f47903a25 moved src/Core to src/CGALCore
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00
Daniel Russel feb35a7aee added casts 2007-02-05 15:34:27 +00:00
Daniel Russel a9550a843d regular tri compiles 2007-02-02 02:13:42 +00:00
Daniel Russel 3292087519 removed calls to deactivated code 2007-01-24 17:28:51 +00:00
Daniel Russel 33b1d3b227 changed names to .cpp 2007-01-24 17:26:23 +00:00
Daniel Russel 3eb2e7079a removed random delc of to_interval 2007-01-23 17:02:20 +00:00
Daniel Russel e28894d30a cleaned up names in KK and FK 2007-01-22 18:36:00 +00:00
Daniel Russel 6426635349 changes for new number type traits 2007-01-21 23:44:56 +00:00
Daniel Russel 43cf28218c core working 2007-01-20 21:39:01 +00:00
Andreas Fabri 7782ed80a3 min/max fix 2006-09-25 14:52:55 +00:00
Andreas Fabri 8aec6065bc more min/max fixes 2006-08-25 08:36:04 +00:00
Daniel Russel c42aa8607d Lazy computation working in the update delaunay!!!! Still a bit slower than rebuilding though. 2006-08-24 15:54:13 +00:00
Daniel Russel 5d8cf629f6 Handle MP_Float 2006-05-03 11:40:05 +00:00
Daniel Russel 8ef6542502 disabled core_test when there is no core 2006-03-31 09:32:47 +00:00
Daniel Russel d5b89b2c7e make sure nothing is missed 2006-03-22 18:00:35 +00:00
Daniel Russel 2d3abe9e14 added some functions for CORE 2006-03-16 00:28:15 +00:00
Daniel Russel 8973825603 addit core test 2006-03-13 22:49:29 +00:00
Daniel Russel 1ff2724817 moved CORE test to core test 2006-03-13 22:49:02 +00:00
Daniel Russel 5c5307351d removed refs to Gmpq 2006-03-13 22:35:27 +00:00
Daniel Russel fc419155f5 oops, forgot some changes 2006-03-11 23:16:34 +00:00
Daniel Russel c139c5ca25 updated everything for changes to interface 2006-03-10 00:00:09 +00:00
Marc Glisse 3d1ee0cf13 Missing std:: 2006-02-26 00:25:19 +00:00
Daniel Russel bb5ae86dbd a few late changes 2006-02-21 19:19:51 +00:00
Laurent Saboret 2ed7e93bca Move packages to trunk root 2006-02-14 08:58:16 +00:00