Rename a problematic test binary
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 May 2011 18:38:45 +0000 (14:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 May 2011 18:39:53 +0000 (14:39 -0400)
Having a binary called printf is apparently asking for trouble,
so lets not do that.

http://bugzilla.gnome.org/show_bug.cgi?id=650078

glib/tests/Makefile.am
glib/tests/test-printf.c [moved from glib/tests/printf.c with 100% similarity]

index 4c80084..2dd37e5 100644 (file)
@@ -29,9 +29,9 @@ TEST_PROGS        += fileutils
 fileutils_SOURCES  = fileutils.c
 fileutils_LDADD           = $(progs_ldadd)
 
-TEST_PROGS        += printf
-printf_SOURCES     = printf.c
-printf_LDADD       = $(progs_ldadd) -lm
+TEST_PROGS          += test-printf
+test_printf_SOURCES  = test-printf.c
+test_printf_LDADD    = $(progs_ldadd) -lm
 
 TEST_PROGS        += protocol
 protocol_SOURCES   = protocol.c
similarity index 100%
rename from glib/tests/printf.c
rename to glib/tests/test-printf.c