-
Notifications
You must be signed in to change notification settings - Fork 0
A unittest framework for C++
License
dechimal/atto-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Attotest Unittest Framework This is a simple unittest framework for C++11. Prerequisites: Later GCC (4.8.0≤) or Clang (3.1≤) Boost C++ Libraries (use Boost.Fusion, Boost.Preprocessor) (GCC 4.8.0 is experimental in Dec. 2012) Build: git clone git://github.com/dechimal/atto-test.git attotest cd attotest echo 'BOOST_INCLUDE := /path/to/boost' >config.mk make Installation: cp -r include/atto-test /path/to/include cp src/libattotest.so /path/to/lib Usage: See 10-test.cpp and Makefile under test/ This library uses some C++11's new features. So you need to compile tests as C++11.
About
A unittest framework for C++
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published