now each module registers its unit tests itself

This commit is contained in:
wmayer
2018-08-28 13:14:16 +02:00
parent b4a4154556
commit 1d11f742ca
18 changed files with 53 additions and 54 deletions

View File

@@ -16,3 +16,5 @@ FreeCAD.addExportType("Object File Format Mesh (*.off)","Mesh")
FreeCAD.addExportType("Stanford Triangle Mesh (*.ply)","Mesh")
FreeCAD.addExportType("Additive Manufacturing Format (*.amf)","Mesh")
FreeCAD.addExportType("Simple Model Format (*.smf)","Mesh")
FreeCAD.__unit_test__ += [ "MeshTestsApp" ]