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/05/27 18:10:06 UTC

git commit: Only build group tests with Java.

Updated Branches:
  refs/heads/master c84ef634f -> 56bfdcfab


Only build group tests with Java.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mesos/commit/56bfdcfa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mesos/tree/56bfdcfa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mesos/diff/56bfdcfa

Branch: refs/heads/master
Commit: 56bfdcfabfd9d4c69f973bc3a47d5196eac7974c
Parents: c84ef63
Author: Benjamin Hindman <be...@twitter.com>
Authored: Mon May 27 09:09:53 2013 -0700
Committer: Benjamin Hindman <be...@twitter.com>
Committed: Mon May 27 09:09:53 2013 -0700

----------------------------------------------------------------------
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mesos/blob/56bfdcfa/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c740fd..644e1ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -802,7 +802,6 @@ mesos_tests_SOURCES = tests/main.cpp tests/utils.cpp			\
 	              tests/slave_recovery_tests.cpp			\
 	              tests/status_update_manager_tests.cpp		\
 	              tests/gc_tests.cpp				\
-	              tests/group_tests.cpp				\
 	              tests/resource_offers_tests.cpp			\
 	              tests/fault_tolerance_tests.cpp			\
 	              tests/files_tests.cpp tests/flags_tests.cpp	\
@@ -842,6 +841,7 @@ if HAS_JAVA
   mesos_tests_SOURCES += tests/zookeeper.cpp			\
                          tests/zookeeper_test_server.cpp	\
                          tests/zookeeper_tests.cpp		\
+                         tests/group_tests.cpp			\
                          tests/allocator_zookeeper_tests.cpp
   mesos_tests_CPPFLAGS += $(JAVA_CPPFLAGS)
   mesos_tests_CPPFLAGS += -DZOOKEEPER_VERSION=\"$(ZOOKEEPER_VERSION)\"