From b81d6943530c8982941c04689c6fdfe0bf277989 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 3 Dec 2019 16:22:23 +0100 Subject: [PATCH] Update draw to test also environement variable. --- Surface_mesh_topology/include/CGAL/draw_face_graph_with_paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_topology/include/CGAL/draw_face_graph_with_paths.h b/Surface_mesh_topology/include/CGAL/draw_face_graph_with_paths.h index 16932a4ea67..f68ab6f3e0c 100644 --- a/Surface_mesh_topology/include/CGAL/draw_face_graph_with_paths.h +++ b/Surface_mesh_topology/include/CGAL/draw_face_graph_with_paths.h @@ -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)