Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danrbailey opened this issue Sep 26, 2024 · 1 comment · May be fixed by #1919
Open

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

danrbailey opened this issue Sep 26, 2024 · 1 comment · May be fixed by #1919

Comments

@danrbailey
Copy link
Contributor

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

#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
Copy link

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

@tstraubinger tstraubinger linked a pull request Sep 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants