From 6de1e8be4648876bcf5c7be80e741602bff3f4f0 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 25 Jan 2017 08:38:38 -0800 Subject: [PATCH] Add test-api to tools/test-all. --- tools/test-all | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-all b/tools/test-all index 038312fdef..3af9885feb 100755 --- a/tools/test-all +++ b/tools/test-all @@ -46,5 +46,6 @@ run ./tools/test-js-with-casper $FORCEARG # Not running documentation tests since it takes 20s and only tests documentation # run ./tools/test-documentation run ./tools/test-help-documentation.py $FORCEARG +run ./tools/test-api printf '\n\e[32mAll OK!\e[0m\n'