AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Apache License 2.0
2.71k stars 660 forks source link

[BUILD] Migrate AX Unit Tests from CppUnit to GTest #1917

Open danrbailey opened 1 month ago

danrbailey commented 1 month ago

A few years ago, we migrated OpenVDB unit tests from CppUnit to GTest:

https://github.com/AcademySoftwareFoundation/openvdb/pull/875

However, we never got around to migrating the OpenVDB AX unit tests across. The core unit tests were relatively straight-forward to migrate and CppUnit sometimes causes issues because it's very old and is no longer actively maintained (the last release was 2017). We'd like to finally eliminate this dependency by porting the OpenVDB AX unit tests.

https://freedesktop.org/wiki/Software/cppunit

To build these unit tests, make sure that you are building AX and that you enable the AX unit tests (https://github.com/AcademySoftwareFoundation/openvdb/blob/master/CMakeLists.txt#L77).

tstraubinger commented 1 month ago

I will take a look at this today as part of ASWF Dev Days