diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index ce97475a1..3ec285cf2 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -251,6 +251,7 @@ if(ENABLE_ECL_INPUT) tests/parser/OrderedMapTests.cpp tests/parser/ParseContextTests.cpp tests/parser/ParseContext_EXIT1.cpp + tests/parser/ParseDATAWithDefault.cpp tests/parser/PORVTests.cpp tests/parser/RawKeywordTests.cpp tests/parser/ResinsightTest.cpp diff --git a/ExtraTests.cmake b/ExtraTests.cmake index f5c0e369e..52fd903b1 100644 --- a/ExtraTests.cmake +++ b/ExtraTests.cmake @@ -55,7 +55,6 @@ foreach (test BoxTest IOConfigIntegrationTest NNCTests ParseKEYWORD - ParseDATAWithDefault Polymer ScheduleCreateFromDeck TransMultIntegrationTests) diff --git a/tests/parser/integration/ParseDATAWithDefault.cpp b/tests/parser/ParseDATAWithDefault.cpp similarity index 100% rename from tests/parser/integration/ParseDATAWithDefault.cpp rename to tests/parser/ParseDATAWithDefault.cpp