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/03/21 02:46:49 UTC

svn commit: r1459128 - /incubator/mesos/trunk/third_party/libprocess/third_party/Makefile.am

Author: benh
Date: Thu Mar 21 01:46:49 2013
New Revision: 1459128

URL: http://svn.apache.org/r1459128
Log:
Fixed the libprocess makefile for the split apart stout tests.

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

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

Modified: incubator/mesos/trunk/third_party/libprocess/third_party/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/third_party/Makefile.am?rev=1459128&r1=1459127&r2=1459128&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/third_party/Makefile.am (original)
+++ incubator/mesos/trunk/third_party/libprocess/third_party/Makefile.am Thu Mar 21 01:46:49 2013
@@ -114,7 +114,21 @@ $(RY_HTTP_PARSER)/http_parser.c: $(RY_HT
 
 # Tests for stout.
 check_PROGRAMS = stout-tests
-stout_tests_SOURCES = $(STOUT)/tests/tests.cpp
+
+stout_tests_SOURCES =				\
+  $(STOUT)/tests/bytes_tests.cpp		\
+  $(STOUT)/tests/duration_tests.cpp		\
+  $(STOUT)/tests/error_tests.cpp		\
+  $(STOUT)/tests/gzip_tests.cpp			\
+  $(STOUT)/tests/hashset_tests.cpp		\
+  $(STOUT)/tests/json_tests.cpp			\
+  $(STOUT)/tests/main.cpp			\
+  $(STOUT)/tests/multihashmap_tests.cpp		\
+  $(STOUT)/tests/none_tests.cpp			\
+  $(STOUT)/tests/os_tests.cpp			\
+  $(STOUT)/tests/strings_tests.cpp		\
+  $(STOUT)/tests/uuid_tests.cpp
+
 stout_tests_CPPFLAGS =				\
   -I$(srcdir)/$(STOUT)/include			\
   -I$(BOOST)					\
@@ -123,6 +137,7 @@ stout_tests_CPPFLAGS =				\
   -I$(GMOCK)/include				\
   -I$(PROTOBUF)/src				\
   $(AM_CPPFLAGS)
+
 stout_tests_LDADD =			\
   libgmock.la				\
   $(GLOG)/libglog.la			\