From bc2e5f7d0006f72bf1f12e53587a7f1dcfcad081 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Sun, 18 Aug 2019 12:24:33 +0200 Subject: [PATCH] Moved test in filesystem --- CMakeLists_files.cmake | 1 + ExtraTests.cmake | 1 - tests/parser/{integration => }/ParseDATAWithDefault.cpp | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/parser/{integration => }/ParseDATAWithDefault.cpp (100%) 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