diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-12-21 15:59:19 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-12-29 10:57:27 -0300 |
commit | a8a4c94ae9cefeeba72ca41364fcf684a64477bc (patch) | |
tree | 3be1f71b7a03247231cc814f16f1ea986f67f42d /debug/Makefile | |
parent | 446e2c935a174d33fa9974859628e3c44156bca9 (diff) | |
download | glibc-a8a4c94ae9cefeeba72ca41364fcf684a64477bc.zip glibc-a8a4c94ae9cefeeba72ca41364fcf684a64477bc.tar.gz glibc-a8a4c94ae9cefeeba72ca41364fcf684a64477bc.tar.bz2 |
debug: Add fortify wprintf tests
Similar to other printf-like ones. It requires to be in a different
process so we can change the orientation of stdout.
Checked on aarch64, armhf, x86_64, and i686.
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile index fdc250e..ed90ef7 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -180,6 +180,7 @@ CPPFLAGS-tst-realpath-chk.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 CPPFLAGS-tst-chk-cancel.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 CFLAGS-tst-sprintf-fortify-rdonly.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 CFLAGS-tst-fortify-syslog.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 +CFLAGS-tst-fortify-wide.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 # _FORTIFY_SOURCE tests. # Auto-generate tests for _FORTIFY_SOURCE for different levels, compilers and @@ -283,6 +284,7 @@ tests = \ tst-backtrace4 \ tst-backtrace5 \ tst-backtrace6 \ + tst-fortify-wide \ tst-longjmp_chk \ tst-longjmp_chk2 \ tst-realpath-chk \ |