diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:33:43 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:33:44 +0200 |
commit | c11cfe8d7c1e219fa8c819187d8b030ce3b4e947 (patch) | |
tree | d5c788cec1270855671917533444e593452a4492 /stdio-common/Makefile | |
parent | e2390be8e47352147215aff06b23927dc6ededb7 (diff) | |
download | glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.tar glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.tar.gz glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.tar.bz2 glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.zip |
vfprintf: Add test case for multi-byte/wide strings and precision
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 63c9ebdd81..309d83ec01 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -60,6 +60,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ bug25 tst-printf-round bug23-2 bug23-3 bug23-4 bug26 tst-fmemopen3 \ tst-printf-bz18872 tst-vfprintf-width-prec tst-fmemopen4 \ tst-vfprintf-user-type \ + tst-vfprintf-mbs-prec \ test-srcs = tst-unbputc tst-printf |