Add initial unit test codes using Catch.
Add Kuroga build script.
This commit is contained in:
25
tests/README.md
Normal file
25
tests/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
|
||||
> python kuroga.py config-msvc.py
|
||||
> vcbuild.bat
|
||||
|
||||
Reference in New Issue
Block a user