This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c2445d3dfd
CMake
/
Tests
/
CTestTestFdSetSize
/
CTestConfig.cmake
2 lines
45 B
CMake
Raw
Normal View
History
Unescape
Escape
CTest: Add test for running many tests in parallel In particular, this checks that CTest's use of select() has a sufficient file descriptor set size limit (FD_SETSIZE) to handle many child processes at the same time. Running 20 tests requires more than 64 descriptors, the Cygwin default that we override.
2013-03-06 03:14:58 +04:00
set
(
CTEST_PROJECT_NAME
"CTestTestFdSetSize"
)