diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-06-22 19:04:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-06-22 19:04:20 (GMT) |
commit | f747973a518b5b4b7424e6a0293e7673c1055525 (patch) | |
tree | 04344793d66c58cc01500262ac32cb5dcf457808 /Resources/CTestCustom.ctest | |
parent | bbba3fbf7bf89fd2d00c0b13e6d80d740d1eb15d (diff) | |
download | hdf5-f747973a518b5b4b7424e6a0293e7673c1055525.zip hdf5-f747973a518b5b4b7424e6a0293e7673c1055525.tar.gz hdf5-f747973a518b5b4b7424e6a0293e7673c1055525.tar.bz2 |
[svn-r19027] Add testing files to cmake resources.
Added code coverage option to cmake.
Tested: local linux
Diffstat (limited to 'Resources/CTestCustom.ctest')
-rwxr-xr-x | Resources/CTestCustom.ctest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/CTestCustom.ctest b/Resources/CTestCustom.ctest new file mode 100755 index 0000000..23b4163 --- /dev/null +++ b/Resources/CTestCustom.ctest @@ -0,0 +1,2 @@ +SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1500) + |