You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/01/04 15:52:23 UTC

svn commit: r492588 - /incubator/qpid/trunk/qpid/cpp/bootstrap

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