summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19790] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-161-16/+36
| | | | Tested: local linux
* [svn-r19782] Fix CMake testing for links_env test which requires an ↵Allen Byrne2010-11-151-4/+39
| | | | | | | | 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-r19781] Fix for bug #1930:Vailin Choi2010-11-151-0/+2
| | | | | | 1) Move the test for H5D_EXT_PREFIX in links.c to a separate file: links_env.c 2) links_env.c will be used by testlinks_env.sh to test for the environmental variable H5D_EXT_PREFIX in searching for the external linked file.
* [svn-r19706] Added VFD test options.Allen Byrne2010-11-011-3/+68
| | | | Bring r19705 from branch
* [svn-r19702] Removed special fheap timeout - replaced by timeout set in ↵Allen Byrne2010-11-011-4/+0
| | | | | | | CTestConfig.ctest Added MemCheck Ignore tests for repeated tools tests Added Debug flag for windows
* [svn-r19650] Put back deleted library check in configure.Allen Byrne2010-10-201-5/+3
| | | | | | Remove shared library check around ws2_32.lib linking in test library. Issue on windows static builds. Tested: windows
* [svn-r19617] Purpose:Mike McGreevy2010-10-151-0/+1
| | | | | | | | | | Merge accum_tests branch back to the trunk. Description: Changes consist of addition of tests for H5Faccum.c source code, as well as some fixes that address some discovered bugs in the metadata accumulator on several corner cases. Tested: h5committested
* [svn-r19527] Add clear generated objects commands to test blocks.Allen Byrne2010-10-061-0/+72
| | | | | | Add configurefile command to copy CTestCustom to build folder. Tested: local linux
* [svn-r19509] Improve CMake support for CYGWIN.Allen Byrne2010-10-041-0/+1
| | | | | | Correct script comment in testh5diff.sh Tested: Windows Cygwin
* [svn-r19458] Add CMake tests for check-vfd; includes new vfdTest.cmake ↵Allen Byrne2010-09-211-0/+37
| | | | | | script and OPTION HDF5_TEST_VFD Tested: local linux
* [svn-r19361] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-70/+7
|
* [svn-r19331] Correct list of h5 files needed for testsAllen Byrne2010-09-011-1/+3
|
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-311-79/+142
| | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Tested: local linux with mpich
* [svn-r19083] Add gen_sizes_lheap to CMakeLists.txt.Neil Fortner2010-07-161-0/+1
| | | | Tested: none
* [svn-r19037] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-1/+51
| | | | | | | | /NODEFAULTLIB:MSVCRT Added VERSION vars for inclusion into auto snapshot version update script Tested windows
* [svn-r19005] Purpose:Mike McGreevy2010-06-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | Commit metadata tagging framework. Description: This check-in contains a new framework whose goal is to apply a tag value to each new entry in the metadata cache as it is created. This tag value is such that it relates each piece of metadata to the HDF5 object that it belongs to (dataset, group, et cetera). This changeset includes the framework that applies the tags as well as a suite of tests to verify correct tag application, though does not yet make use of the tag values to flush/evict individual objects. Please refer to the "flush/evict individual objects" RFC for further discussion of these changes. Tested: jam, amani, linew (h5committest) liberty, abe, blue print
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+253
Tested: Local linux