[glib] Rename a problematic test binary
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Rename a problematic test binary
- Date: Mon, 16 May 2011 18:40:00 +0000 (UTC)
commit f96dc555d5b56aa56ad1d77bb3fde685ca612e68
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 16 14:38:45 2011 -0400
Rename a problematic test binary
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 | 6 +++---
glib/tests/{printf.c => test-printf.c} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am
index 4c80084..2dd37e5 100644
--- a/glib/tests/Makefile.am
+++ b/glib/tests/Makefile.am
@@ -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
diff --git a/glib/tests/printf.c b/glib/tests/test-printf.c
similarity index 100%
rename from glib/tests/printf.c
rename to glib/tests/test-printf.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]