mirror of https://github.com/CGAL/cgal
Update draw to test also environement variable.
This commit is contained in:
parent
3d0b69be50
commit
b81d694353
|
|
@ -349,7 +349,7 @@ void draw(const Mesh& alcc,
|
||||||
#if defined(CGAL_TEST_SUITE)
|
#if defined(CGAL_TEST_SUITE)
|
||||||
bool cgal_test_suite=true;
|
bool cgal_test_suite=true;
|
||||||
#else
|
#else
|
||||||
bool cgal_test_suite=false;
|
bool cgal_test_suite=qEnvironmentVariableIsSet("CGAL_TEST_SUITE");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!cgal_test_suite)
|
if (!cgal_test_suite)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue