diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-18 23:34:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-18 23:34:30 +0000 |
commit | fd3e6373c842c9e01de67898a65fe01d08791d48 (patch) | |
tree | 936c9f5f9a3c2e68b8a4b6110559278f83fe5016 /stdio-common/Makefile | |
parent | bb2fc8504d9aaa024bdfd2d630f4241c0e24bbf5 (diff) | |
download | glibc-fd3e6373c842c9e01de67898a65fe01d08791d48.tar glibc-fd3e6373c842c9e01de67898a65fe01d08791d48.tar.gz glibc-fd3e6373c842c9e01de67898a65fe01d08791d48.tar.bz2 glibc-fd3e6373c842c9e01de67898a65fe01d08791d48.zip |
Update.
* stdio-common/Makefile (tests): Add test-vfprintf.
(test-vfprintf-ENV): New variable.
* stdio-common/test-vfprintf.c: New file.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 48364d0123..8e9fe2e91c 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -55,7 +55,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tfformat tiformat tllformat tstdiomisc tst-printfsz tst-wc-printf \ scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \ scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf tst-swprintf \ - tst-fseek tst-fmemopen + tst-fseek tst-fmemopen test-vfprintf test-srcs = tst-unbputc tst-printf @@ -83,6 +83,7 @@ CFLAGS-tst-printfsz.c = -Wno-format tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata +test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata $(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(do-install) |