summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-071-3/+0
| | | | | | | | | compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
* [svn-r26721] Disable failing testAllen Byrne2015-04-031-1/+1
|
* [svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal}Allen Byrne2015-04-011-10/+2
|
* [svn-r26683] Remove internal filter checksAllen Byrne2015-03-311-12/+4
|
* [svn-r26682] Add new test from test scriptAllen Byrne2015-03-311-0/+3
|
* [svn-r25744] Add bitfield and opague datatype file for tests.Allen Byrne2014-10-271-0/+6
| | | | Tested: local linux
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-9/+9
| | | | Tested: local linux
* [svn-r25185] update cmake command name caseAllen Byrne2014-05-121-3/+3
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-6/+6
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-5/+5
| | | | | | | | 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-r24782] HDFFV-8700 -Allen Byrne2014-03-111-82/+82
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-110/+110
| | | | | | | 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-r24482] HDFFV-8635: remove test of whole file and just test dsets that ↵Allen Byrne2013-12-021-2/+1
| | | | | | have szip compression. Tested local linux with cmake and autotools
* [svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests ↵Allen Byrne2013-11-271-18/+76
| | | | | | including the test to read filter data. Tested: cmake and autotools - local linux
* [svn-r24408] Add compound integer tests filesAllen Byrne2013-11-061-0/+10
| | | | Tested: local linux cmake
* [svn-r24057] Add --superblock long name to parser and add tests for both ↵Allen Byrne2013-08-221-0/+8
| | | | | | --boot-block and --superblock. Tested: local linux
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+1367
developers. Tested: local linux