diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:33:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:33:09 +0200 |
commit | e2390be8e47352147215aff06b23927dc6ededb7 (patch) | |
tree | f521aa1a5a0ed5d0e0864af94982b1b53ce36f02 /stdio-common/Makefile | |
parent | 1a920d9c26bc2794a22604e94a988f27f8b556f8 (diff) | |
download | glibc-e2390be8e47352147215aff06b23927dc6ededb7.tar.gz glibc-e2390be8e47352147215aff06b23927dc6ededb7.tar.xz glibc-e2390be8e47352147215aff06b23927dc6ededb7.zip |
vfprintf: Add test case for user-defined types and format specifiers
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 01a6dd0eda..63c9ebdd81 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -58,7 +58,8 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \ bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 \ bug25 tst-printf-round bug23-2 bug23-3 bug23-4 bug26 tst-fmemopen3 \ - tst-printf-bz18872 tst-vfprintf-width-prec tst-fmemopen4 + tst-printf-bz18872 tst-vfprintf-width-prec tst-fmemopen4 \ + tst-vfprintf-user-type \ test-srcs = tst-unbputc tst-printf |