From 08a6c2d6166af65385fcde0a140322665ee69842 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sat, 23 May 2020 10:35:37 +0200 Subject: [PATCH] FEM: move test informations and test commands into femtest --- src/Mod/Fem/CMakeLists.txt | 4 ++-- src/Mod/Fem/{ => femtest}/test_commands.sh | 0 src/Mod/Fem/{ => femtest}/test_information.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/Mod/Fem/{ => femtest}/test_commands.sh (100%) rename src/Mod/Fem/{ => femtest}/test_information.md (100%) 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