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:03 UTC

[10/11] mesos git commit: Removed the unused containerizer test CMakefile.

Removed the unused containerizer test CMakefile.


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

Branch: refs/heads/master
Commit: 843ff81a4f7fe10d682f8694f14cb68954f84870
Parents: c1c8b3e
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Thu Aug 25 16:45:22 2016 +0200
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Aug 25 14:57:50 2016 -0700

----------------------------------------------------------------------
 src/tests/CMakeLists.txt               |  2 --
 src/tests/containerizer/CMakeLists.txt | 37 -----------------------------
 2 files changed, 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/843ff81a/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index bb9f908..fada9fe 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -33,8 +33,6 @@ if (LINUX)
     )
 endif (LINUX)
 
-add_subdirectory(containerizer/)
-
 # TODO(hausdorff): Add the other tests here.
 
 # THE TEST AND HELPER EXECUTABLEs (generates, e.g., stout_tests, etc., on Linux).

http://git-wip-us.apache.org/repos/asf/mesos/blob/843ff81a/src/tests/containerizer/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/CMakeLists.txt b/src/tests/containerizer/CMakeLists.txt
deleted file mode 100644
index 7a2dc0a..0000000
--- a/src/tests/containerizer/CMakeLists.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# CONTAINERIZER TESTS.
-######################
-
-# INCLUDE DIRECTIVES FOR CONTAINERIZER TEST BINARY (generates, e.g., -I/path/to/thing
-# on Linux).
-#############################################################################
-include_directories(${CONTAINERIZER_TEST_INCLUDE_DIRS})
-
-# LINKING LIBRARIES BY DIRECTORY (might generate, e.g., -L/path/to/thing on
-# Linux).
-###########################################################################
-link_directories(${CONTAINERIZER_TEST_LIB_DIRS})
-
-# THE CONTAINERIZER TEST EXECUTABLE (generates, e.g., stout_tests, etc., on Linux).
-###########################################################################
-
-# ADD LINKER FLAGS (generates, e.g., -lglog on Linux).
-######################################################
-
-# ADD BINARY DEPENDENCIES (tells CMake what to compile/build first).
-####################################################################