From a504b59c089c2d9f88fea153dc11ec75082279df Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Fri, 17 Sep 2021 11:26:24 +0200 Subject: [PATCH] Launch all MEDCALC tests (even those launching a render view) --- src/MEDCalc/test/tui/tests.set | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/MEDCalc/test/tui/tests.set b/src/MEDCalc/test/tui/tests.set index 5cf926f24..2839d4233 100644 --- a/src/MEDCalc/test/tui/tests.set +++ b/src/MEDCalc/test/tui/tests.set @@ -21,15 +21,14 @@ SET(TEST_NAMES access_API load_file import_pvsimple -## These tests need a display to open a render window (paraview calls from python) -## Uncomment these lines to add the tests to the test suite and run them manually -# scalar_map -# contour -# slices -# mesh_view -# point_sprite -# vector_field -# deflection_shape -# elno_field -# interpolate_field_float +# These tests need a display to open a render window (paraview calls from python) + scalar_map + contour + slices + mesh_view + point_sprite + vector_field + deflection_shape + elno_field + interpolate_field_float ) -- 2.39.2