summaryrefslogtreecommitdiffstats
path: root/config/cmake/vfdTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix CMake policy 54 warningsAllen Byrne2019-01-181-1/+1
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-131-3/+3
|
* HDFFV-10297 merge from developAllen Byrne2017-10-101-3/+3
|
* Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵lrknox2017-04-141-0/+11
| | | | | | | | | hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header.
* Update CMake files and formattingAllen Byrne2017-03-011-2/+2
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-9/+25
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-8/+7
|
* [svn-r29190] Add checking for *.err file before trying to readAllen Byrne2016-02-231-2/+2
|
* [svn-r27933] Cmake 3.3 allowed execute_process to merge output and error ↵Allen Byrne2015-10-021-2/+2
| | | | | | files if the filename or the variable were the same. Changed instances to make the outpu_variable different.
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-2/+2
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-28/+28
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r19706] Added VFD test options.Allen Byrne2010-11-011-0/+9
| | | | Bring r19705 from branch
* [svn-r19536] Cleanup formattingAllen Byrne2010-10-071-2/+2
|
* [svn-r19458] Add CMake tests for check-vfd; includes new vfdTest.cmake ↵Allen Byrne2010-09-211-0/+41
script and OPTION HDF5_TEST_VFD Tested: local linux