summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/runTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-397/+0
| | | | At one time this content was a git submodule shared between several projects but that time has long passed.
* Develop cmake clean (#1971)Allen Byrne2022-08-071-0/+16
|
* Update command format, avoid policy warning (#1550)Allen Byrne2022-03-301-3/+3
|
* sort out/ref files for line compare (#1337)Allen Byrne2022-01-081-3/+7
|
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* CMake: MINGW implies WIN32Michel Zou2020-10-301-3/+3
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-6/+6
|
* CMake cleanupAllen Byrne2020-02-211-1/+1
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* Separate result variables for the function performedAllen Byrne2020-01-091-19/+22
|
* Check for actual content before using fileAllen Byrne2020-01-091-105/+118
|
* Fix compile and test issues from DTAllen Byrne2019-12-131-2/+6
|
* Use variable for test outputAllen Byrne2019-09-111-1/+2
|
* Allow tests to dump output if not comparingAllen Byrne2019-09-111-0/+8
|
* Fix EXISTS test syntaxAllen Byrne2019-08-291-5/+5
|
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-2/+21
|
* HDFFV-10845 copy files with windows EOLAllen Byrne2019-07-171-4/+8
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-3/+3
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-3/+3
|
* Correct message command syntaxAllen Byrne2019-05-171-4/+4
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-4/+4
|
* MPI vars need passed in, change to grepTestAllen Byrne2019-01-201-1/+1
|
* TRILABS-105 Fix CMake policy 54 warningsAllen Byrne2019-01-181-22/+22
|
* Correct fix for new policyAllen Byrne2019-01-141-1/+1
|
* Fix for new policyAllen Byrne2019-01-141-1/+1
|
* Fix runtest case for data to stdout in toolAllen Byrne2018-12-311-4/+7
|
* Special text removal not conditionalAllen Byrne2018-12-191-1/+0
|
* TRILABS special output removalAllen Byrne2018-12-191-0/+2
|
* TRILABS special text removalAllen Byrne2018-12-191-0/+5
|
* TRILABS - exclude host info linesAllen Byrne2018-12-131-1/+1
|
* HDFFV=10632 test cleanupAllen Byrne2018-12-061-0/+1
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-031-59/+85
|
* HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-0/+1
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-1/+0
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* HDFFV-9724 Add H5LS prefix test with ${ORIGIN}Allen Byrne2017-12-131-0/+1
|
* Fix STREQUAL if commands.Allen Byrne2017-10-021-14/+14
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Update CMake files and formattingAllen Byrne2017-03-011-5/+13
|
* Fix parallel h5diff test comapareAllen Byrne2017-02-141-5/+23
|
* Correct variable nameAllen Byrne2017-01-121-3/+3
|
* Changed severity of message stateAllen Byrne2017-01-121-1/+1
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-8/+18
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-7/+7
|
* Merge from master cmake_conf projectAllen Byrne2016-10-071-64/+78
|
* Move clear-objects inside runTestAllen Byrne2016-10-031-0/+8
|
* [svn-r29557] Add comments to CMake macros and do append error fileAllen Byrne2016-03-241-8/+20
| | | | revise_chunks rev 29556
* [svn-r29198] Remove if condition for test mask situationAllen Byrne2016-02-241-2/+2
|
* [svn-r29190] Add checking for *.err file before trying to readAllen Byrne2016-02-231-8/+8
|
* [svn-r27937] fix caseAllen Byrne2015-10-021-25/+25
|
* [svn-r27933] Cmake 3.3 allowed execute_process to merge output and error ↵Allen Byrne2015-10-021-16/+16
| | | | | | files if the filename or the variable were the same. Changed instances to make the outpu_variable different.