Support for unit tests using Green Hills development tools for a PPC target?
in C/C++test
I need to run unit tests on my target system (custom, using a PPC core.) We are using the Green Hills dev tools to build our production code, and I need to integrate the C/C++ Code into that build system. I'm down to two unresolved externals:
cpptestTestCaseSlave()
stubCallInfo()
These are directly referenced by my unit test suite, but I can't find these symbols anywhere else.
Tagged:
0
Comments
Hello @robert_king,
Which test configuration do you use for building the test executable?