mirror of git://sourceware.org/git/glibc.git
stdio: Add more setvbuf tests
This commit is contained in:
parent
81e74c8676
commit
95b780c1d0
|
@ -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)
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#define INDEPENDENT_PART 1
|
||||
#include "tst-setvbuf2.c"
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue