Added a missing test target in Makefile.am. Review: https://reviews.apache.org/r/24583
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0e8fa7bf Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0e8fa7bf Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0e8fa7bf Branch: refs/heads/master Commit: 0e8fa7bf5213d235bdab524253c84a14d9e54fec Parents: 30bc547 Author: Benjamin Mahler <[email protected]> Authored: Mon Aug 11 16:23:57 2014 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Wed Aug 13 11:54:23 2014 -0700 ---------------------------------------------------------------------- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/0e8fa7bf/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 39af036..60f89ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1059,11 +1059,12 @@ mesos_tests_SOURCES = \ tests/containerizer.cpp \ tests/containerizer_tests.cpp \ tests/credentials_tests.cpp \ - tests/docker_tests.cpp \ tests/docker_containerizer_tests.cpp \ + tests/docker_tests.cpp \ tests/environment.cpp \ tests/examples_tests.cpp \ tests/exception_tests.cpp \ + tests/external_containerizer_test.cpp \ tests/health_check_tests.cpp \ tests/fault_tolerance_tests.cpp \ tests/fetcher_tests.cpp \ @@ -1071,7 +1072,6 @@ mesos_tests_SOURCES = \ tests/flags.cpp \ tests/gc_tests.cpp \ tests/isolator_tests.cpp \ - tests/external_containerizer_test.cpp \ tests/log_tests.cpp \ tests/logging_tests.cpp \ tests/main.cpp \ @@ -1098,6 +1098,7 @@ mesos_tests_SOURCES = \ tests/state_tests.cpp \ tests/status_update_manager_tests.cpp \ tests/utils.cpp \ + tests/values_tests.cpp \ tests/zookeeper_url_tests.cpp mesos_tests_CPPFLAGS = $(MESOS_CPPFLAGS)
