mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-08 00:15:53 +08:00
Google Test and OpenNURBS
This is a basic project to get OpenNURBS working with Google Test.
Based on this Google Test Quickstart: https://google.github.io/googletest/quickstart-cmake.html
Associated files
- rhino/src4/opennurbs/tests/test_ClassSize.cpp
- rhino/src4/opennurbs/tests/CMakeLists.txt
building & running
cmake -S . -B buildcmake --build buildcd build && ctest
Notes
- Since
ON_WindowsDWriteFontInformationisn't available for macos or linux, we have to comment out that test before building. - 2023.12.28 On macos and linux the following tests fail:
ON_3dmRevisionHistory96 expected / 136 calculatedON_3dmProperties512 expected / 552 calculatedON_SleepLock4 expected / 1 calculated