You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ca...@apache.org on 2015/03/15 01:14:39 UTC

svn commit: r1666768 - in /zookeeper/trunk: CHANGES.txt src/c/Makefile.am

Author: camille
Date: Sun Mar 15 00:14:39 2015
New Revision: 1666768

URL: http://svn.apache.org/r1666768
Log:
ZOOKEEPER-1893. automake: use serial-tests option (michim via camille)

Modified:
    zookeeper/trunk/CHANGES.txt
    zookeeper/trunk/src/c/Makefile.am

Modified: zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1666768&r1=1666767&r2=1666768&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Sun Mar 15 00:14:39 2015
@@ -48,6 +48,8 @@ BUGFIXES:
   (Michi Mutsuzaki via rakeshr)
 
   ZOOKEEPER-2137 Make testPortChange() less flaky (Hongchao Deng via michim)
+  
+  ZOOKEEPER-1893. automake: use serial-tests option (michim via camille)
 
 IMPROVEMENTS:
   ZOOKEEPER-1660 Documentation for Dynamic Reconfiguration (Reed Wanderman-Milne via shralex)  

Modified: zookeeper/trunk/src/c/Makefile.am
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/c/Makefile.am?rev=1666768&r1=1666767&r2=1666768&view=diff
==============================================================================
--- zookeeper/trunk/src/c/Makefile.am (original)
+++ zookeeper/trunk/src/c/Makefile.am Sun Mar 15 00:14:39 2015
@@ -1,6 +1,7 @@
 # need this for Doxygen integration
 include $(top_srcdir)/aminclude.am
 
+AUTOMAKE_OPTIONS = serial-tests
 AM_CPPFLAGS = -I${srcdir}/include -I${srcdir}/tests -I${srcdir}/generated
 AM_CFLAGS = -Wall -Werror -Wdeclaration-after-statement
 AM_CXXFLAGS = -Wall $(USEIPV6)