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)