summaryrefslogtreecommitdiffstats
path: root/config/cmake/runTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [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