aboutsummaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
new file mode 100644
index 0000000..1b0b43d
--- /dev/null
+++ b/tests/README.md
@@ -0,0 +1,37 @@
+# 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
+
+
+