diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-02-21 21:06:54 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-02-21 21:06:54 (GMT) |
commit | 513d48c5ea81ffd7ad53965f745a74a7a50366c9 (patch) | |
tree | 3147e446fff7012c708557f348656319bd6cea1c /Source/ctest.h | |
parent | 3c748ec5ad0898298b6f368b23a13b2eba0eb54e (diff) | |
download | CMake-513d48c5ea81ffd7ad53965f745a74a7a50366c9.zip CMake-513d48c5ea81ffd7ad53965f745a74a7a50366c9.tar.gz CMake-513d48c5ea81ffd7ad53965f745a74a7a50366c9.tar.bz2 |
ENH: Since each test can send a lot of text to stderr/stdout, ctest now displays the list of tests that failed at the end of the process.
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 14f5e9c..251977a 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -26,7 +26,7 @@ public: /** * Run the test for a directory and any subdirectories */ - void ProcessDirectory(int &passed, int &failed); + void ProcessDirectory(int &passed, std::vector<std::string> &failed); /** * Find the executable for a test |