Editing a pre-existing test application to use the GTEST framework #3965
Unanswered
Hussain1811
asked this question in
Community Help
Replies: 1 comment
-
Could anybody guide me here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My requirement might seem a bit odd. But here it goes:
I have a test application (which contains many command line arguments) which uses the APIs exposed by a library. The library in-turn talks to a driver which finally talks to an IP.
As the test application is already present, my goal is to just run this test app. But, the catch is, i would like to run it using the GTEST framework. Basically i would like the pre-existing test app to use the GTEST framework.
Is such a thing possible or should i be writing a separate test application which uses the library APIs?
Beta Was this translation helpful? Give feedback.
All reactions