Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tester library

Simple testing library.

Usage

The library is very simple. You can add the sources directly to your project or build separately into library file (CMake can be used).

There are few examples that shows how to use the library.

C++11

The library supports some features that come with ISO C++11. Lambdas (see example3) and chrono for time measuring. If library is compiled with C++11 support the library detects that. If you want to build library with CMake and C++11, use following command:

cmake -DCXX11 <source-dir>

License

MIT

About

Simple testing library

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages