mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
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
This commit is contained in:
parent
b5934de456
commit
f96dc555d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user