Jump to letter: [
34ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cxxtest - A JUnit-like testing framework for C++
- Description:
CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
Its advantages over existing alternatives are that it:
- doesn't require RTTI
- doesn't require member template functions
- doesn't require exception handling
- doesn't require any external libraries (including memory management,
file/console I/O, graphics libraries)
Packages
cxxtest-3.10.1-4.el6.src
[322 KiB] |
Changelog
by Martin Gieseking (2010-07-08):
- dropped exclude tags because of build failures on koji
|