From 06244e72bb34ff2a51f5d253e99aebdfc26d5f56 Mon Sep 17 00:00:00 2001 From: NATHALIE GORE Date: Tue, 13 Sep 2022 18:02:05 +0200 Subject: [PATCH] Fix for problem no tests --- src/Plugins/MEDReader/plugin/Test/tests.set | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Plugins/MEDReader/plugin/Test/tests.set b/src/Plugins/MEDReader/plugin/Test/tests.set index 34f3680e..53cb5ea6 100644 --- a/src/Plugins/MEDReader/plugin/Test/tests.set +++ b/src/Plugins/MEDReader/plugin/Test/tests.set @@ -29,6 +29,10 @@ # 11 and 12 have been willingly removed due to problem in image comparisons +# For CMakeLists.txt +SET(TEST_NUMBERS 0 1 2 3 4 6 7 8 9 10 13 14 15 16 17 18 19 20 21 22 23 24) + +# For CTestTestfileInstall.cmake SET(TEST_NUMBERS_WITHOUTRENDERING 1 9 16 17 18 22 23 24) SET(TEST_NUMBERS_WITHRENDERING 0 2 3 4 6 7 8 10 13 14 15 19 20 21) -- 2.39.2