tree: 15624150e99b8edc9a42c7c985c99f1e11fe98cd [path history] [tgz]
  1. catch.hpp
  2. config-msvc.py
  3. config-posix.py
  4. kuroga.py
  5. Makefile
  6. README.md
  7. tester.cc
  8. vcbuild.bat
tests/README.md

Build&Test

Use makefile

$ make check

Use ninja + kuroga

Assume

  • ninja 1.4+
  • python 2.6+

Are installed.

Linux/MacOSX

$ python kuroga.py config-posix.py
$ ninja

Windows

Visual Studio 2013 is required to build tester.

On Windows console.

> python kuroga.py config-msvc.py
> vcbuild.bat

Or on msys2 bash,

$ python kuroga.py config-msvc.py
$ cmd //c vcbuild.bat