mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 16:50:07 +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
|