You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2013/01/31 06:09:08 UTC

svn commit: r1440853 - in /incubator/mesos/trunk/third_party/libprocess: Makefile.am README

Author: benh
Date: Thu Jan 31 05:09:08 2013
New Revision: 1440853

URL: http://svn.apache.org/viewvc?rev=1440853&view=rev
Log:
Updated libprocess to run tests on 'make check'.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/8795

Modified:
    incubator/mesos/trunk/third_party/libprocess/Makefile.am
    incubator/mesos/trunk/third_party/libprocess/README

Modified: incubator/mesos/trunk/third_party/libprocess/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/Makefile.am?rev=1440853&r1=1440852&r2=1440853&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/Makefile.am (original)
+++ incubator/mesos/trunk/third_party/libprocess/Makefile.am Thu Jan 31 05:09:08 2013
@@ -109,4 +109,6 @@ tests_CPPFLAGS = -I$(top_srcdir)/src -I$
 	-I$(GMOCK)/include $(libprocess_la_CPPFLAGS)
 tests_LDADD = third_party/libgmock.la libprocess.la
 
+TESTS = tests
+
 # TODO(benh): Fix shared builds (tests need libglog, libev, etc).

Modified: incubator/mesos/trunk/third_party/libprocess/README
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/README?rev=1440853&r1=1440852&r2=1440853&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/README (original)
+++ incubator/mesos/trunk/third_party/libprocess/README Thu Jan 31 05:09:08 2013
@@ -8,4 +8,3 @@ $ mkdir build && cd build # Optional.
 $ path/to/configure
 $ make
 $ make check
-$ ./tests