diff options
Diffstat (limited to 'repo/devel/ninja.xibuild')
-rw-r--r-- | repo/devel/ninja.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/devel/ninja.xibuild b/repo/devel/ninja.xibuild index cfd705f..5c23a1a 100644 --- a/repo/devel/ninja.xibuild +++ b/repo/devel/ninja.xibuild @@ -8,6 +8,9 @@ DESC="Small build system with a focus on speed" build () { python configure.py --bootstrap +} + +check () { ./ninja ninja_test } |