[waffle] [PATCH 11/33] waffle_test: build as a static library

Emil Velikov emil.l.velikov at gmail.com
Mon Jul 7 10:28:18 PDT 2014


Will allow us to move the -fvisiblity=hidden to a global scale,
without breaking the tests. Makes little sense to have a shared
library only for testing perposes anyway.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/waffle_test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/waffle_test/CMakeLists.txt b/src/waffle_test/CMakeLists.txt
index 40d2aba..8ed4ea2 100644
--- a/src/waffle_test/CMakeLists.txt
+++ b/src/waffle_test/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories(
     "${CMAKE_SOURCE_DIR}/include/waffle_test/priv"
     )
 
-add_library(waffle_test SHARED
+add_library(waffle_test STATIC
     wt_main.c
     wt_runner.c
     wt_test.c
-- 
2.0.0



More information about the waffle mailing list