summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25310] Add max time for VFD objcopy testAllen Byrne2014-06-181-0/+1
|
* [svn-r25261] limit vfd flush1 test timeAllen Byrne2014-06-111-0/+1
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-7/+10
| | | | Tested: local linux
* [svn-r24950] Add missing prefixAllen Byrne2014-04-031-1/+1
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-45/+45
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-50/+50
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-58/+58
| | | | | | | 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-r24659] Restore dsets test to cmake processAllen Byrne2014-01-281-0/+1
|
* [svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to ↵Allen Byrne2014-01-271-2/+2
| | | | | | not add extra lines. Tested: cmake and autotools local linux
* [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-0/+2
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r24056] Move make_executable commands back from tests fileAllen Byrne2013-08-221-132/+1
|
* [svn-r24055] Move make_executable commands back from tests fileAllen Byrne2013-08-221-35/+0
|
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+717
developers. Tested: local linux