From 67089022bfce7a10b9aba6e0813ce3e0c965fcde Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Mar 2015 15:21:33 -0800 Subject: [PATCH] Run test commands during CI builds --- support/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/support/build.py b/support/build.py index 968ef0ee..f4239b07 100755 --- a/support/build.py +++ b/support/build.py @@ -27,3 +27,4 @@ if build == 'mingw': check_call(cmake_command) check_call(build_command) +check_call(test_command)