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