summaryrefslogtreecommitdiffstats
path: root/config/cmake/runTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update GitHub macOS actions to v13 (#2999)Dana Robinson2023-05-241-0/+2
| | | | | * Update macOS to 13 * Fix the DYLD_LIBRARY_PATH issue on macOS 12 & 13 + CMake that caused the accum test to fail
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-18/+18
| | | | | * Update CMake code to 3.18 minimum version * Updated release note
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-0/+397
| | | | At one time this content was a git submodule shared between several projects but that time has long passed.
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-193/+0
| | | | Tested: local linux
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-21/+21
| | | | | | | | 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-105/+105
| | | | | | | 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-r23138] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+12
| | | | Tested: local linux
* [svn-r23113] Added corrections to treat ";" character as text for comparision.Allen Byrne2012-12-201-21/+26
| | | | Tested: local linux
* [svn-r23110] Correct comparison functionAllen Byrne2012-12-191-18/+20
|
* [svn-r23037] Correct string variable handling/referenceAllen Byrne2012-11-161-8/+8
| | | | Tested: local and windows
* [svn-r23036] HDFFV-8202: cmake compare should show differences in log outputAllen Byrne2012-11-151-10/+38
| | | | Tested: local linux
* [svn-r22570] Correct name of error reference fileAllen Byrne2012-07-131-2/+2
|
* [svn-r22569] On windows read/write error reference file just like reference ↵Allen Byrne2012-07-131-0/+5
| | | | file before comparision. This will set the line endings.
* [svn-r22560] Changes to allow tests to compare error files!Allen Byrne2012-07-121-3/+28
|
* [svn-r22416] Missing ${TEST_FOLDER} path component in test scriptAllen Byrne2012-05-291-1/+1
|
* [svn-r20307] The TEST_REFERENCE EOL adjustment block needs to be included in ↵Allen Byrne2011-03-241-8/+8
| | | | the SKIP_COMPARE IF block
* [svn-r20305] Add tests to h5import and 80% of h5jamAllen Byrne2011-03-231-12/+14
| | | | Tested: local linux
* [svn-r20168] BZ2048: Add -E --enable-error-stack option to h5dump.Allen Byrne2011-02-281-1/+1
| | | | Tested: local linux, heiwa, windows
* [svn-r19790] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-161-2/+16
| | | | Tested: local linux
* [svn-r19782] Fix CMake testing for links_env test which requires an ↵Allen Byrne2010-11-151-0/+4
| | | | | | | | environment variable at test run-time. Modified runTest.cmake file to allow optional ENV_VAR and ENV_VALUE to be passed. runTest.cmake requires a reference file, added links_env.out to testfiles folder. Also updated root CMakeLists.txt to output a message when unsopported options are configured with the PARALLEL option. CMake will still generate files. Tested: windows and local linux
* [svn-r19679] Added h5mkgrp testsAllen Byrne2010-10-271-1/+6
| | | | | | Added valgrind test variables and increased Tested: Local linux
* [svn-r19536] Cleanup formattingAllen Byrne2010-10-071-1/+1
|
* [svn-r19460] Updated runTest.cmake to compare against the expected result ↵Allen Byrne2010-09-211-2/+2
| | | | code rather then just 0
* [svn-r19179] Description:Quincey Koziol2010-08-051-0/+9
| | | | | | | | | | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r19079 & 19080: [BZ1942] h5dump -u to generate XML, it does not respect the -m option xml version of dump_data function didn't check for use of fp_format variable. Added new test expected file for committed bug 1942 r19103, 19104 & 19105: [BZ1821] h5repack -v did not display correct output for a selected compression. Needed new test for comparing output of -v option. Added new test file for solution to BZ1821 BZ1821 - Bring test changes from the shell script actually used. Tested on: Mac OS X/32 10.6.4 (amazon) debug & production (h5committested on branch)
* [svn-r19107] Move Resources folder to config/cmakeAllen Byrne2010-07-201-0/+82
Tested: Local Linux