Fix accidentally calling API-only tests

This commit is contained in:
Mael Rouxel-Labbé 2021-07-29 14:24:54 +02:00
parent 9c6456f949
commit bdba6eedfe
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ void test(const int argc)
typedef CGAL::Bbox_3 Bbox_3; typedef CGAL::Bbox_3 Bbox_3;
//we only want to check compilation // only check compilation
if(argc > 0) if(argc > 1)
{ {
// --------------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------------
// INTERSECTION // INTERSECTION