Skip to content

dechimal/atto-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published