Zach Mullen
|
5517e17bf9
Fixed ctest output processing. Should now display output as it occurs, as well as be able to consume multiple lines if they exist within the timeout.
|
16 years ago |
Zach Mullen
|
d4adde13d7
Allowed tests to pull more than one line of output in their quantum. Fixed uninitialized variables in the case that the test process could not start.
|
16 years ago |
Zach Mullen
|
659171d1f7
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come).
|
16 years ago |
Zach Mullen
|
69fd641adb
Fixed ctest output where max test index is not the same width as the total number of tests. Also some preliminary changes for batching ctest jobs
|
16 years ago |
Zach Mullen
|
90cc5c5e04
ENH: Improved test reporting output
|
16 years ago |
Zach Mullen
|
5a5cc52230
Fixed conversion warning on 64 bit machines
|
16 years ago |
Zach Mullen
|
387ba0c646
Fixed line length issue
|
16 years ago |
Zach Mullen
|
b0b5ffcf5c
MemCheck should now work again in ctest
|
16 years ago |
Zach Mullen
|
996bb51a1d
Replaced std::stringstream with cmOStringStream
|
16 years ago |
Zach Mullen
|
b427d1985e
Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming soon...
|
16 years ago |
Zach Mullen
|
177edc5ed1
Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover for ctest
|
16 years ago |
Zach Mullen
|
8ffd8d0a03
ENH: refactored ctest. All testing is now parallel. If no -j option is specified, defaults to a MP level of 1 (non parallel)
|
16 years ago |
Zach Mullen
|
8c6aa445a2
Fixed line length over 80
|
16 years ago |
Zach Mullen
|
b9daa192af
ENH: Refactored CTest test execution code into an object
|
16 years ago |