Unit testing - krishnaramb/cplusplus GitHub Wiki
#Unit Testing
Why do we need unit testing? what is its importance? what is google unit testing for C++?
http://blog.stevensanderson.com/2009/08/24/writing-great-unit-tests-best-and-worst-practises/
Target:
learn how to work and configure cmake
how google testing is done
How to use eclipse frameowork for running googletest?
https://www.codeproject.com/Articles/811934/Cplusplus-unit-test-start-guide-how-to-set-up-Goog