From 8f801277df211416ca9636b3d28ead43f9f50a35 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 16 Jan 2009 12:47:51 -0600 Subject: Moving the tests so that they can guarantee to build after the library builds as otherwise they end up getting built first. --- libindicate/tests/indicate-alot.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libindicate/tests/indicate-alot.c (limited to 'libindicate/tests/indicate-alot.c') diff --git a/libindicate/tests/indicate-alot.c b/libindicate/tests/indicate-alot.c deleted file mode 100644 index bebf726..0000000 --- a/libindicate/tests/indicate-alot.c +++ /dev/null @@ -1,24 +0,0 @@ - -#include -#include "libindicate/indicator.h" - -#define ALOT 30 - - -int -main (int argc, char ** argv) -{ - g_type_init(); - - IndicateIndicator * indicators[ALOT]; - int i; - - for (i = 0; i < ALOT; i++) { - indicators[i] = indicate_indicator_new(); - indicate_indicator_show(indicators[i]); - } - - g_main_loop_run(g_main_loop_new(NULL, FALSE)); - - return 0; -} -- cgit v1.2.3