A simple unit test framework library.
This library provides:
- several template fucntions for container output,
- template asserts which provide useful info and throw std::runtime_error in case of assert failure,
- the tester class aimed to run tests, count failures, handle exceptions,
- helper macros for short asserts and test running
In the source root:
mkdir build
cd build && cmake ..
make
sudo make install