Using TEST_F to test C function #3917
Unanswered
nckuoverload
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm a newer in gtest and want to test lot of C based modules (target.c) by gtest.
After study related tutorial, I try to use TEST_F() to build the test case, but it seems only support C++ based function.
So, if I want to build test case for C based, only TEST() can achieve it?
Please give me some recommendation, solution or tutorials to try it, thanks.
Beta Was this translation helpful? Give feedback.
All reactions