You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/08/25 21:58:04 UTC

[11/11] mesos git commit: Removed unused comments about test target in containerizer CMakefile.

Removed unused comments about test target in containerizer CMakefile.


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

Branch: refs/heads/master
Commit: 6755a1f6d324cdfc712d8b2f5a430a26ea5931fd
Parents: 692a410
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Thu Aug 25 16:44:20 2016 +0200
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Aug 25 14:57:50 2016 -0700

----------------------------------------------------------------------
 src/tests/containerizer/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6755a1f6/src/tests/containerizer/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/CMakeLists.txt b/src/tests/containerizer/CMakeLists.txt
index 4f5461b..031823e 100644
--- a/src/tests/containerizer/CMakeLists.txt
+++ b/src/tests/containerizer/CMakeLists.txt
@@ -51,6 +51,3 @@ endif (LINUX)
 if (LINUX)
   add_dependencies(${SETNS_TEST_HELPER_TARGET} ${CONTAINERIZER_TEST_DEPENDENCIES})
 endif (LINUX)
-
-# ADD TEST TARGET (runs when you do, e.g., `make check`).
-#########################################################