From 8ca2c71281611392c74f44ad2859d7979b1ecb2a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 16 Apr 2012 17:21:53 +0200 Subject: This test is unnecessary --- test/CMakeLists.txt | 7 ------- test/test-gobject.c | 16 ---------------- 2 files changed, 23 deletions(-) delete mode 100644 test/test-gobject.c (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1e6eb28..a37480c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -43,13 +43,6 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../src/cameras ) -add_executable(test-gobject test-gobject.c) -target_link_libraries(test-gobject - uca-gobject - ${GLIB2_LIBRARIES} - ${GOBJECT2_LIBRARIES} - ) - add_executable(test-mock test-mock.c) target_link_libraries(test-mock uca-gobject diff --git a/test/test-gobject.c b/test/test-gobject.c deleted file mode 100644 index e8b14a8..0000000 --- a/test/test-gobject.c +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include "uca-camera.h" -#include "uca-mock-camera.h" - -int main(int argc, char **argv) -{ - g_type_init(); - - gchar **types = uca_camera_get_types(); - - for (guint i = 0; i < g_strv_length(types); i++) { - g_print("Camera: %s\n", types[i]); - } - - g_strfreev(types); -} -- cgit v1.2.3