mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-16 13:20:33 +08:00
- Removed 37 DRAW test scripts from `tests/bugs/` directories - Added 31 new GTest C++ test files in appropriate `GTests/` directories - Removed corresponding QAcommands implementations from QABugs source files - Updated CMake FILES.cmake files to include new test files
14 lines
371 B
CMake
14 lines
371 B
CMake
# Test source files for TKG3d
|
|
set(OCCT_TKG3d_GTests_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_TKG3d_GTests_FILES
|
|
Geom_BSplineCurve_Test.cxx
|
|
Geom_BezierCurve_Test.cxx
|
|
Geom_BezierSurface_Test.cxx
|
|
Geom_BSplineSurface_Test.cxx
|
|
Geom_OffsetCurve_Test.cxx
|
|
Geom_OffsetSurface_Test.cxx
|
|
GeomAPI_ExtremaCurveCurve_Test.cxx
|
|
GeomAPI_Interpolate_Test.cxx
|
|
)
|