diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-03-29 21:03:19 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-03-29 21:03:19 (GMT) |
commit | 31413a216b8ee683a67b6c4bce2211773f385be4 (patch) | |
tree | 59131fc649ceb61aca9eca13c9976ae49e777ccb /Source/ctest.h | |
parent | 420b1a63fe9946575ae8ee4cf9f3f8a8c87f57d2 (diff) | |
download | CMake-31413a216b8ee683a67b6c4bce2211773f385be4.zip CMake-31413a216b8ee683a67b6c4bce2211773f385be4.tar.gz CMake-31413a216b8ee683a67b6c4bce2211773f385be4.tar.bz2 |
ENH: if -R or -E was used, displays also the name of the tests that passed.
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 60065a1..033707f 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -26,7 +26,8 @@ public: /** * Run the test for a directory and any subdirectories */ - void ProcessDirectory(int &passed, std::vector<std::string> &failed); + void ProcessDirectory(std::vector<std::string> &passed, + std::vector<std::string> &failed); /** * Find the executable for a test |