Hi,
I wish to run the set of units tests created for the "Google C++ Testing Framework" on a custom embedded platform to verify that it has been compiled correctly and that its functionality works properly on the target architecture.
As a start, I've built src/gtest_main.cc with test/gtest_all_test.cc using our build system and run the application on our target. All tests passed on the platform.
My question is: is running the tests included by test/gtest_all_test.cc a sufficient test of the framework, or is it necessary to use CMake with "make test" as described in the README file? Due to how our build system and platform is configured, this will be signiticantly harder to set up.
Sincerely,
Per Magnus Veierland