summaryrefslogtreecommitdiffstats
path: root/c++/test/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update CMake files and formattingAllen Byrne2017-03-011-2/+2
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-1/+14
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-5/+5
|
* Purpose: Fix bug HDFFR-9920 cont.Binh-Minh Ribler2016-10-111-0/+2
| | | | | Description: Added new test file titerate.cpp.
* Add VFD name to test folderAllen Byrne2016-09-011-1/+2
|
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-5/+7
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r25350] Add more vfd tests to smaller timeout limitsAllen Byrne2014-06-241-0/+1
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-1/+1
| | | | Tested: local linux
* [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-r24782] HDFFV-8700 -Allen Byrne2014-03-111-6/+6
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-10/+10
| | | | | | | 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-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-0/+25
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+46
developers. Tested: local linux