diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-04-16 17:21:53 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-04-16 17:21:53 +0200 |
commit | 8ca2c71281611392c74f44ad2859d7979b1ecb2a (patch) | |
tree | e1479037907c619b5b87e4329d289fab63ea548e /test/test-gobject.c | |
parent | 0b5838e40bed5b175f7703b788eae361e2ca8177 (diff) | |
download | uca-8ca2c71281611392c74f44ad2859d7979b1ecb2a.tar.gz uca-8ca2c71281611392c74f44ad2859d7979b1ecb2a.tar.bz2 uca-8ca2c71281611392c74f44ad2859d7979b1ecb2a.tar.xz uca-8ca2c71281611392c74f44ad2859d7979b1ecb2a.zip |
This test is unnecessary
Diffstat (limited to 'test/test-gobject.c')
-rw-r--r-- | test/test-gobject.c | 16 |
1 files changed, 0 insertions, 16 deletions
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 <glib-object.h> -#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); -} |