Run test commands during CI builds

This commit is contained in:
Victor Zverovich 2015-03-01 15:21:33 -08:00
parent 4df5d10e3c
commit 67089022bf

View File

@ -27,3 +27,4 @@ if build == 'mingw':
check_call(cmake_command)
check_call(build_command)
check_call(test_command)