Author: aconway
Date: Thu Jan 4 06:52:22 2007
New Revision: 492588
URL: http://svn.apache.org/viewvc?view=rev&rev=492588
Log:
Added "make check" to -build flag.
Modified:
incubator/qpid/trunk/qpid/cpp/bootstrap
Modified: incubator/qpid/trunk/qpid/cpp/bootstrap
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/bootstrap?view=diff&rev=492588&r1=492587&r2=492588
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/bootstrap (original)
+++ incubator/qpid/trunk/qpid/cpp/bootstrap Thu Jan 4 06:52:22 2007
@@ -33,4 +33,5 @@
if [ "$1" = "-build" ] ; then
./configure
make
+ make check
fi