tree: ee23cb55885b2dac073b5ea7e982b6a19f8f362c [path history] [tgz]
  1. assets/
  2. acutest.h
  3. config-msvc.py
  4. config-posix.py
  5. issue-177.mtl
  6. issue-177.obj
  7. kuroga.py
  8. LICENSE.acutest.txt
  9. Makefile
  10. README.md
  11. tester.cc
  12. 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