[glib/glib-2-28] Rename a problematic test binary
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-28] Rename a problematic test binary
- Date: Sat, 21 May 2011 04:01:57 +0000 (UTC)
commit 8e5f5d40b706198e150d43fd373dd0cb956abfe3
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 7911797..fb7e227 100644
--- a/glib/tests/Makefile.am
+++ b/glib/tests/Makefile.am
@@ -25,9 +25,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]