mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
7 lines
139 B
Makefile
7 lines
139 B
Makefile
ifeq ($(subdir),misc)
|
|
tests += tst-writev
|
|
|
|
# Time enough for a large writev syscall to complete.
|
|
tst-writev-ENV = TIMEOUTFACTOR="10"
|
|
endif
|