Skip to content

NTSFka/tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages