diff options
| author | DJ Delorie <dj@redhat.com> | 2025-03-14 16:08:35 -0400 |
|---|---|---|
| committer | DJ Delorie <dj@redhat.com> | 2025-04-01 15:20:40 -0400 |
| commit | 95b780c1d0549678c0a244c6e2112ec97edf0839 (patch) | |
| tree | b246c399ee5fd461c4b7d552681947d0b930d0de /stdio-common/Makefile | |
| parent | 81e74c8676479811601b5894d72bb3d7e05f68dd (diff) | |
| download | glibc-95b780c1d0549678c0a244c6e2112ec97edf0839.tar.xz glibc-95b780c1d0549678c0a244c6e2112ec97edf0839.zip | |
stdio: Add more setvbuf tests
Diffstat (limited to 'stdio-common/Makefile')
| -rw-r--r-- | stdio-common/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 31f40cf57c..3fd33b836d 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -378,7 +378,9 @@ endif endif tests-container += \ - tst-popen3 + tst-popen3 \ + tst-setvbuf2 \ + tst-setvbuf2-ind # tests-container generated += \ @@ -390,6 +392,8 @@ generated += \ tests-internal = \ tst-grouping_iterator \ + tst-setvbuf2 \ + tst-setvbuf2-ind \ # tests-internal test-srcs = \ @@ -762,6 +766,10 @@ $(objpfx)tst-setvbuf1-cmp.out: tst-setvbuf1.expect $(objpfx)tst-setvbuf1.out cmp $^ > $@; \ $(evaluate-test) +CFLAGS-tst-setvbuf2.c += -DIND_PROC=\"$(objpfx)tst-setvbuf2-ind\" +$(objpfx)tst-setvbuf2-ind : $(objpfx)tst-setvbuf2-ind.o +$(objpfx)tst-setvbuf2.out: $(objpfx)tst-setvbuf2-ind + $(objpfx)tst-printf-round: $(libm) $(objpfx)tst-scanf-round: $(libm) |
