mirror of
https://github.com/holub/mame
synced 2025-04-28 03:02:52 +03:00
21 lines
428 B
Markdown
21 lines
428 B
Markdown
UnitTest++ is a lightweight unit testing framework for C++.
|
|
|
|
It was designed to do test-driven development on a wide variety of platforms. The primary drivers are four-fold:
|
|
|
|
* Simplicity
|
|
* Portability
|
|
* Speed (both compilation and runtime)
|
|
* Small footprint
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
[[Building Using CMake]]
|
|
|
|
[[Writing and Running Your First Test]]
|
|
|
|
[[Writing More Tests With the Bowling Game Kata]]
|
|
|
|
[[Macro Reference]]
|
|
|