You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2016/01/25 19:01:38 UTC

[22/51] celix git commit: CELIX-332: fix cmake config for filter_test

CELIX-332: fix cmake config for filter_test


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

Branch: refs/heads/feature/CELIX-335_deploy_refactoring
Commit: e06e14abf4c5325332543906950f9cd8fa087181
Parents: 9665049
Author: Bjoern Petri <bp...@apache.org>
Authored: Tue Jan 12 15:38:10 2016 +0100
Committer: Bjoern Petri <bp...@apache.org>
Committed: Tue Jan 12 15:38:10 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/celix/blob/e06e14ab/framework/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt
index e989032..c6397dc 100644
--- a/framework/CMakeLists.txt
+++ b/framework/CMakeLists.txt
@@ -176,7 +176,8 @@ if (FRAMEWORK)
 	    
         add_executable(filter_test 
             private/test/filter_test.cpp
-            private/mock/properties_mock.c
+            private/src/utils.c
+            private/src/properties.c
             private/src/filter.c
             private/src/celix_errorcodes.c
             private/mock/celix_log_mock.c)