diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-08 22:59:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-08 22:59:58 (GMT) |
commit | 1de28a762f96f7c23f459df4a0cf9cfccdc1a034 (patch) | |
tree | 17906d38e6a8b002a9083ae09260400cf89d6074 /Source/kwsys/testRegistry.cxx | |
parent | 34e78344516f1ddc8951ab3087fa8c6263021087 (diff) | |
download | CMake-1de28a762f96f7c23f459df4a0cf9cfccdc1a034.zip CMake-1de28a762f96f7c23f459df4a0cf9cfccdc1a034.tar.gz CMake-1de28a762f96f7c23f459df4a0cf9cfccdc1a034.tar.bz2 |
ENH: Add test for output regular expression
Diffstat (limited to 'Source/kwsys/testRegistry.cxx')
-rw-r--r-- | Source/kwsys/testRegistry.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/testRegistry.cxx b/Source/kwsys/testRegistry.cxx index b808f11..1c31163 100644 --- a/Source/kwsys/testRegistry.cxx +++ b/Source/kwsys/testRegistry.cxx @@ -103,5 +103,9 @@ int main(int, char**) { kwsys_ios::cout << "Test failed" << kwsys_ios::endl; } + else + { + kwsys_ios::cout << "Test passed" << kwsys_ios::endl; + } return res; } |