mirror of https://github.com/CGAL/cgal
Fix accidentally calling API-only tests
This commit is contained in:
parent
9c6456f949
commit
bdba6eedfe
|
|
@ -63,8 +63,8 @@ void test(const int argc)
|
|||
|
||||
typedef CGAL::Bbox_3 Bbox_3;
|
||||
|
||||
//we only want to check compilation
|
||||
if(argc > 0)
|
||||
// only check compilation
|
||||
if(argc > 1)
|
||||
{
|
||||
// ---------------------------------------------------------------------------------------------
|
||||
// INTERSECTION
|
||||
|
|
|
|||
Loading…
Reference in New Issue