FEM: unit test command file, add command for all FEM App tests

This commit is contained in:
Bernd Hahnebach
2021-08-01 09:52:38 +02:00
parent 96db6713e5
commit 8cfb09d572
2 changed files with 12 additions and 0 deletions

View File

@@ -149,6 +149,12 @@ def get_fem_test_defs(
cf.write("get_fem_test_defs()\n")
cf.write("\n")
cf.write("\n")
cf.write("# all FEM App tests\n")
cf.write("make -j 4 && ./bin/FreeCAD --run-test 'TestFemApp'\n")
cf.write("\n")
cf.write("make -j 4 && ./bin/FreeCADCmd --run-test 'TestFemApp'\n")
cf.write("\n")
cf.write("\n")
cf.write("'''\n")
cf.write("\n")
cf.write("# modules\n")

View File

@@ -4,6 +4,12 @@ from femtest.app.support_utils import get_fem_test_defs
get_fem_test_defs()
# all FEM App tests
make -j 4 && ./bin/FreeCAD --run-test 'TestFemApp'
make -j 4 && ./bin/FreeCADCmd --run-test 'TestFemApp'
'''
# modules