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 2011/06/05 10:54:29 UTC

svn commit: r1132175 - /incubator/mesos/trunk/src/tests/Makefile.in

Author: benh
Date: Sun Jun  5 08:54:28 2011
New Revision: 1132175

URL: http://svn.apache.org/viewvc?rev=1132175&view=rev
Log:
Updating a makefile to reflect previous commit's filename change.

Modified:
    incubator/mesos/trunk/src/tests/Makefile.in

Modified: incubator/mesos/trunk/src/tests/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/tests/Makefile.in?rev=1132175&r1=1132174&r2=1132175&view=diff
==============================================================================
--- incubator/mesos/trunk/src/tests/Makefile.in (original)
+++ incubator/mesos/trunk/src/tests/Makefile.in Sun Jun  5 08:54:28 2011
@@ -83,7 +83,7 @@ endif
 SCHED_LIB = $(LIBDIR)/libmesos_sched.a
 EXEC_LIB = $(LIBDIR)/libmesos_exec.a
 
-TESTS_OBJ = main.o utils.o master_test.o errors_test.o			\
+TESTS_OBJ = main.o utils.o master_test.o offer_reply_errors_test.o	\
 	    resources_test.o external_test.o sample_frameworks_test.o	\
 	    configurator_test.o string_utils_test.o			\
 	    lxc_isolation_test.o