summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-271-0/+3
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-11/+8
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-2/+1
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Combine "collective group and dataset write" and "independent group andLarry Knox2019-05-031-2/+1
| | | | | dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
* Add final list of single testphdf5 testsAllen Byrne2019-05-021-0/+10
|
* Pull a test from default testphdf5Allen Byrne2019-05-021-0/+1
|
* Pull out another failing testAllen Byrne2019-05-021-0/+1
|
* Correct var usage syntaxAllen Byrne2019-05-011-2/+2
|
* Correct varnameAllen Byrne2019-05-011-3/+3
|
* Separate out MPI tests that fail on MPI versionAllen Byrne2019-05-011-3/+21
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-9/+9
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-1/+67
|
* Refactor mpi test namesAllen Byrne2019-02-111-5/+5
|
* Rename parallel tests to start with PAR_Allen Byrne2019-02-111-5/+5
|
* Cleaned up the parallel flush test and set t_pflush1 to always fail.Dana Robinson2019-01-041-3/+3
| | | | Also set CMake to handle this.
* Remove unused CMake filesAllen Byrne2018-12-211-10/+0
|
* HDFFV-10656 remove moved sourceAllen Byrne2018-12-201-45/+0
|
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-201-0/+20
|
* Add #ifdef H5_HAVE_FORK eliminates special handlingAllen Byrne2018-03-061-4/+0
|
* Remove t_cache_image test on WindowsAllen Byrne2018-02-281-0/+4
|
* Correct usage of MPI varsAllen Byrne2017-11-011-2/+2
|
* 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-2/+2
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-10/+10
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-1/+1
| | | | Tested: local linux
* [svn-r25135] Remove property will fail - This only is true on windows shared.Allen Byrne2014-04-291-1/+2
|
* [svn-r25128] HDFFV-8172: Add tests properties that indicate it will fail and ↵Allen Byrne2014-04-281-1/+3
| | | | to depend on PASSED in the output.
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-1/+1
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24864] Description:Quincey Koziol2014-03-211-4/+0
| | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-4/+4
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-17/+17
| | | | | | | 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-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+63
developers. Tested: local linux