diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-03-03 16:39:06 +0100 |
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-03-03 16:39:06 +0100 |
| commit | 5105d4fa81e4566ab9dd654ea3d9a7597766e746 (patch) | |
| tree | 371cacd4854209583b4b40ed946cbe62af321ec3 /test | |
| parent | 3761b79dc771022e2f39fb22708d7436f5f02e12 (diff) | |
Add start/stop signal
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4ee097b..b853cb5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -51,9 +51,9 @@ target_link_libraries(test-gobject ${GOBJECT2_LIBRARIES} ) -add_executable(test-mock test-mock.c) -target_link_libraries(test-mock - uca-gobject - ${GLIB2_LIBRARIES} - ${GOBJECT2_LIBRARIES} - ) +#add_executable(test-mock test-mock.c) +#target_link_libraries(test-mock +# uca-gobject +# ${GLIB2_LIBRARIES} +# ${GOBJECT2_LIBRARIES} +# ) |
