You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I need to integrate my existing google test cases into a ztest suite. My goal is to run these tests through ztest without directly invoking google test using CMake.
Here's what I have so far:
1. I have a set of googletest cases already implemented.
2. I want to create a Ztest suite that can run these Google Test cases.
3. I'm trying to avoid running Google Test directly from CMake and instead run everything through Ztest.
I would appreciate any guidance or examples on how to proceed with this integration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I need to integrate my existing google test cases into a ztest suite. My goal is to run these tests through ztest without directly invoking google test using CMake.
Here's what I have so far:
1. I have a set of googletest cases already implemented.
2. I want to create a Ztest suite that can run these Google Test cases.
3. I'm trying to avoid running Google Test directly from CMake and instead run everything through Ztest.
I would appreciate any guidance or examples on how to proceed with this integration.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions