diff options
Diffstat (limited to 'libc/stdio-common/Makefile')
-rw-r--r-- | libc/stdio-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdio-common/Makefile b/libc/stdio-common/Makefile index d71b89fac..7e1ca2e05 100644 --- a/libc/stdio-common/Makefile +++ b/libc/stdio-common/Makefile @@ -54,7 +54,8 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets \ tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex bug14 bug15 \ tst-popen tst-unlockedio tst-fmemopen2 tst-put-error tst-fgets \ - tst-fwrite bug16 bug17 tst-swscanf + tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ + bug19 bug19a test-srcs = tst-unbputc tst-printf |