$ wget https://github.com/ninja-build/ninja/archive/v1.10.2.tar.gz
$ tar xvf v1.10.2.tar.gz
$ cd ninja-1.10.2/
$ mkdir build
$ cd build
$ PATH=/opt/re2c/2.0.3/bin/:$PATH \
cmake ../ -DCMAKE_INSTALL_PREFIX=/opt/ninja/1.10.2
$ make
$ make test
make testの結果
Running tests...
Test project /xxx/xxx/xxx/ninja-1.10.2/build
Start 1: NinjaTest
1/1 Test #1: NinjaTest ........................ Passed 0.32 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.33 sec
コメント