FEM: unit test, update FreeCAD file with objects from module TestFem

This commit is contained in:
Bernd Hahnebach 2016-03-11 07:06:49 +01:00 committed by wmayer
parent 0ffb412aaf
commit a0a989fe4c
3 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ SET(FemTests_SRCS
test_files/ccx/cube_static.dat
test_files/ccx/cube_static.frd
test_files/ccx/cube_static_expected_values
test_files/ccx/cube.fcstd
)
SET(FemBase_SRCS

View File

@ -84,6 +84,7 @@ INSTALL(
test_files/ccx/cube_static.dat
test_files/ccx/cube_static.frd
test_files/ccx/cube_static_expected_values
test_files/ccx/cube.fcstd
DESTINATION
Mod/Fem/test_files/ccx
)