diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index 43d65e7c7c..83a3043855 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -31,8 +31,6 @@ SET(FemBaseModules_SRCS Init.py InitGui.py ObjectsFem.py - test_commands.sh - test_information.md TestFemApp.py ) @@ -185,6 +183,8 @@ SET(FemSolverZ88_SRCS SET(FemTests_SRCS femtest/__init__.py + test_commands.sh + test_information.md ) SET(FemTestsApp_SRCS diff --git a/src/Mod/Fem/test_commands.sh b/src/Mod/Fem/femtest/test_commands.sh similarity index 100% rename from src/Mod/Fem/test_commands.sh rename to src/Mod/Fem/femtest/test_commands.sh diff --git a/src/Mod/Fem/test_information.md b/src/Mod/Fem/femtest/test_information.md similarity index 100% rename from src/Mod/Fem/test_information.md rename to src/Mod/Fem/femtest/test_information.md