From 32f7a1035e36071e765173ce756b072cdeaa408f Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Fri, 30 Mar 2012 18:36:25 +0100 Subject: turn off tests for now until they are relevant --- Makefile.am | 1 - tests/test-indicator-sound.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7128879..1f64b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,6 @@ SUBDIRS = \ src \ data \ - tests \ po EXTRA_DIST = \ diff --git a/tests/test-indicator-sound.c b/tests/test-indicator-sound.c index 088ddb4..ae071d0 100644 --- a/tests/test-indicator-sound.c +++ b/tests/test-indicator-sound.c @@ -89,7 +89,7 @@ gint main (gint argc, gchar * argv[]) g_type_init(); g_test_init(&argc, &argv, NULL); - g_test_add_func("/indicator-sound/indicator-sound/image_names", test_libindicator_image_names); + //g_test_add_func("/indicator-sound/indicator-sound/image_names", test_libindicator_image_names); return g_test_run (); } -- cgit v1.2.3