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;
|
typedef CGAL::Bbox_3 Bbox_3;
|
||||||
|
|
||||||
//we only want to check compilation
|
// only check compilation
|
||||||
if(argc > 0)
|
if(argc > 1)
|
||||||
{
|
{
|
||||||
// ---------------------------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------------------------
|
||||||
// INTERSECTION
|
// INTERSECTION
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue