Update draw to test also environement variable.

This commit is contained in:
Guillaume Damiand 2019-12-03 16:22:23 +01:00
parent 3d0b69be50
commit b81d694353
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ void draw(const Mesh& alcc,
#if defined(CGAL_TEST_SUITE)
bool cgal_test_suite=true;
#else
bool cgal_test_suite=false;
bool cgal_test_suite=qEnvironmentVariableIsSet("CGAL_TEST_SUITE");
#endif
if (!cgal_test_suite)