Find a good testing framework and start writing some tests. Current discussed options: - GoogleTest (https://google.github.io/googletest/) - CTest Unit test framework article: https://accu.org/journals/overload/15/78/main_1326/ List of test framework: https://hackingcpp.com/cpp/tools/testing_frameworks.html
Find a good testing framework and start writing some tests.
Current discussed options:
Unit test framework article: https://accu.org/journals/overload/15/78/main_1326/
List of test framework: https://hackingcpp.com/cpp/tools/testing_frameworks.html