Repository: celix
Updated Branches:
  refs/heads/develop ffefd303e -> 85a68c434


CELIX-313: remove  module_test from coverage


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/85a68c43
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/85a68c43
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/85a68c43

Branch: refs/heads/develop
Commit: 85a68c4341838c83e354a46c6da3baa7b6b677e4
Parents: ffefd30
Author: Bjoern Petri <bpe...@apache.org>
Authored: Wed Jan 6 12:58:25 2016 +0100
Committer: Bjoern Petri <bpe...@apache.org>
Committed: Wed Jan 6 12:58:25 2016 +0100

----------------------------------------------------------------------
 framework/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/85a68c43/framework/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt
index 8d71524..f5d665b 100644
--- a/framework/CMakeLists.txt
+++ b/framework/CMakeLists.txt
@@ -378,7 +378,7 @@ if (FRAMEWORK)
         SETUP_TARGET_FOR_COVERAGE(framework_test framework_test 
${CMAKE_BINARY_DIR}/coverage/framework_test/framework_test)
         SETUP_TARGET_FOR_COVERAGE(manifest_parser_test manifest_parser_test 
${CMAKE_BINARY_DIR}/coverage/manifest_parser_test/manifest_parser_test)
         SETUP_TARGET_FOR_COVERAGE(manifest_test manifest_test 
${CMAKE_BINARY_DIR}/coverage/manifest_test/manifest_test)
-        SETUP_TARGET_FOR_COVERAGE(module_test module_test 
${CMAKE_BINARY_DIR}/coverage/module_test/module_test)
+#        SETUP_TARGET_FOR_COVERAGE(module_test module_test 
${CMAKE_BINARY_DIR}/coverage/module_test/module_test)
         SETUP_TARGET_FOR_COVERAGE(properties_test properties_test 
${CMAKE_BINARY_DIR}/coverage/properties_test/properties_test)
         SETUP_TARGET_FOR_COVERAGE(requirement_test requirement_test 
${CMAKE_BINARY_DIR}/coverage/requirement_test/requirement_test)
         SETUP_TARGET_FOR_COVERAGE(resolver_test resolver_test 
${CMAKE_BINARY_DIR}/coverage/resolver_test/resolver_test)

Reply via email to