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

Draft PR: replace CppUnit with GoogleTest in AX tests #1919

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

tstraubinger
Copy link

This is a work-in-progress pull request. I've begun by adding GoogleTest to the AX unit test runner and am currently running both the existing CppUnit test suite as well as any added GoogleTest tests. The intention is to migrate the test cases one-by-one and then remove CppUnit completely afterwards.

Resolves #1917

…l conversion; convert TestPrinters to gtest

Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Copy link

linux-foundation-easycla bot commented Sep 27, 2024

CLA Not Signed

@tstraubinger tstraubinger marked this pull request as draft September 27, 2024 20:13
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
…tions to Logger

Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
…d declarations to PointExecutable

Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
…nd declarations to VolumeExecutable

Signed-off-by: Tim Straubinger <tstraubinger@ilm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUILD] Migrate AX Unit Tests from CppUnit to GTest
1 participant