diff options
-rwxr-xr-x | cpp/bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap index 7885c8b009..0b55394e6c 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -33,4 +33,5 @@ autoconf if [ "$1" = "-build" ] ; then ./configure make + make check fi |