wapxmas / cheehttpd

http server
Apache License 2.0
0 stars 0 forks source link

Research for a flexible and reliable testing framework #2

Open wapxmas opened 5 years ago

wapxmas commented 5 years ago

https://github.com/catchorg/Catch2

https://github.com/google/googletest

https://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/index.html

https://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page

https://cute-test.com/

https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B

wapxmas commented 5 years ago

https://github.com/onqtam/doctest

wapxmas commented 5 years ago

https://github.com/google/gtest-parallel

wapxmas commented 5 years ago

https://www.reddit.com/r/cpp/comments/4665hy/how_do_you_test_for_c_code_coverage_are_there_any/

wapxmas commented 5 years ago

https://coveralls.io/

wapxmas commented 5 years ago

Unit test demo using Google Test: https://github.com/bast/gtest-demo