diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-16 17:07:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-16 17:07:40 (GMT) |
commit | 1ab76b1117630d2c5cb503163287b7ba08e3d04d (patch) | |
tree | bb79b0c6bab6200e74cd64a89a8892312b22c703 /config/cmake/grepTest.cmake | |
parent | ef26f71457a7c051de0428dc3d7db9d085fd8036 (diff) | |
download | hdf5-1ab76b1117630d2c5cb503163287b7ba08e3d04d.zip hdf5-1ab76b1117630d2c5cb503163287b7ba08e3d04d.tar.gz hdf5-1ab76b1117630d2c5cb503163287b7ba08e3d04d.tar.bz2 |
[svn-r19791] CMake: Correct Error tests. Add Deprecated Symbols option.
Tested: local linux
Diffstat (limited to 'config/cmake/grepTest.cmake')
-rw-r--r-- | config/cmake/grepTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/grepTest.cmake b/config/cmake/grepTest.cmake index cc3a9b4..9b5148c 100644 --- a/config/cmake/grepTest.cmake +++ b/config/cmake/grepTest.cmake @@ -1,4 +1,4 @@ -# runTest.cmake executes a command and captures the output in a file. File is then compared +# grepTest.cmake executes a command and captures the output in a file. File is then compared # against a reference file. Exit status of command can also be compared. # arguments checking |