Improve unit testing directory structure

Separate Qt tests and gtest tests
Add a basic shadow of the project structure
Add a few simple tests to demonstrate usage
This commit is contained in:
berniev
2023-01-03 14:12:19 +10:00
committed by Chris Hennes
parent 4eca103469
commit 9a05a04dad
14 changed files with 96 additions and 78 deletions

View File

@@ -290,7 +290,6 @@ if(FREECAD_USE_PCH)
endif(FREECAD_USE_PCH)
add_library(FreeCADApp SHARED ${FreeCADApp_SRCS})
target_link_libraries(FreeCADApp ${FreeCADApp_LIBS})
add_dependencies(FreeCADApp fc_version)