Cpp testing

From wikinotes
Revision as of 20:25, 17 May 2019 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

C++ has a variety of unit testing framework options. There does not seem to be a defacto standard.

cpp boost: Test
google test