Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 544 Bytes

UnitTestFramewok

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

build

In the source root:
mkdir build
cd build && cmake ..
make

install

sudo make install