openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

[BUILD] Migrate AX Unit Tests from CppUnit to GTest

Open danrbailey opened this issue 1 year ago • 1 comments

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).

danrbailey avatar Sep 26 '24 18:09 danrbailey

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

tstraubinger avatar Sep 27 '24 16:09 tstraubinger

Completed thanks to @tstraubinger

Idclip avatar Sep 08 '25 10:09 Idclip