diff options
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index bbb3a2c..2024391 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -71,7 +71,9 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-printf-fp-free \ tst-printf-fp-leak \ test-strerr \ - tst-printf-binary + tst-printf-binary \ + tst-sprintf-errno \ + # tests test-srcs = tst-unbputc tst-printf tst-printfsz-islongdouble |