From b931d5cee57926e609d2fb423a878de160b71f75 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 4 Jan 2007 14:52:22 +0000 Subject: Added "make check" to -build flag. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492588 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bootstrap | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/bootstrap') 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 -- cgit v1.2.1