diff --git a/src/Mod/Fem/App/CMakeLists.txt b/src/Mod/Fem/App/CMakeLists.txt index 6fba1c7b4..3c64b5abc 100755 --- a/src/Mod/Fem/App/CMakeLists.txt +++ b/src/Mod/Fem/App/CMakeLists.txt @@ -144,6 +144,7 @@ SET(FemTests_SRCS test_files/ccx/cube_static.frd test_files/ccx/cube_static_expected_values test_files/ccx/cube.fcstd + test_files/ccx/spine_thermomech.fcstd ) SET(FemBase_SRCS diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index 198bbde87..98a76db35 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -104,6 +104,8 @@ INSTALL( test_files/ccx/cube_static.frd test_files/ccx/cube_static_expected_values test_files/ccx/cube.fcstd + test_files/ccx/spine_thermomech.fcstd + DESTINATION Mod/Fem/test_files/ccx ) diff --git a/src/Mod/Fem/test_files/ccx/spine_thermomech.fcstd b/src/Mod/Fem/test_files/ccx/spine_thermomech.fcstd new file mode 100644 index 000000000..bb7f674ca Binary files /dev/null and b/src/Mod/Fem/test_files/ccx/spine_thermomech.fcstd differ