mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
428 B
428 B
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
Writing and Running Your First Test