GTest
GTest copied to clipboard
Just a simple test of the google C++ unit test framework (GTest)
Results
2
GTest issues
Sort by
recently updated
recently updated
newest added
Simplify the test code.
This fails after: Scanning dependencies of target runTests [100%] Building CXX object CMakeFiles/runTests.dir/tests.cpp.o Linking CXX executable runTests So it had problems with linking but I thought we specified all the...