Commit Graph

42 Commits

Author SHA1 Message Date
Allen Byrne
0df90f9f79 Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743':
  Update CMake formatting
  Update CMake files and formatting
  HDFFV-10120 verify nozlib checking with tools tests
  cmake non-code typo
2017-03-02 12:11:19 -06:00
Quincey Koziol
5df52404bc Misc. small cleanups to sync against incoming page buffering changes. 2017-03-02 06:24:46 -08:00
Allen Byrne
2562ec3a4b Update CMake files and formatting 2017-03-01 14:47:53 -06:00
Allen Byrne
0383597463 HDFFV-10120 verify nozlib checking with tools tests 2017-03-01 11:46:30 -06:00
Allen Byrne
08b5edca0b Fix parallel h5diff test comapare 2017-02-14 14:59:57 -06:00
Allen Byrne
5e87ada674 Set depends test dependency for parallel h5diff 2017-02-14 13:51:34 -06:00
Quincey Koziol
a28b65bb9e Clean up whitespace 2017-02-07 09:18:57 -08:00
Dana Robinson
081955fdd1 Additional minor changes from revise_chunks->develop. 2017-01-27 16:46:09 -05:00
Allen Byrne
da08f71ea1 HDFFV-10112 correct form of comments 2017-01-23 08:49:54 -06:00
Allen Byrne
eb42e42ea4 HDFFV-10118 change h5ls to not display extra info 2017-01-20 15:53:45 -06:00
Allen Byrne
c3463d800d HDFFV-10118 fixed plugin tests for tools 2017-01-20 14:23:41 -06:00
Allen Byrne
a8e9126054 Fix script varnames 2017-01-18 09:46:50 -06:00
Allen Byrne
ee4c57cc08 Chnage test dir to avoid parallel test collisions 2017-01-18 08:51:32 -06:00
Allen Byrne
a8e4f6426e Add autotools version of plugin tests for UD filters 2017-01-17 17:11:27 -06:00
Allen Byrne
7d7a66ac82 HDFFV-9994 add h5ls reference file to copy 2017-01-17 14:18:06 -06:00
Allen Byrne
406db26f51 HDFFV-9994 add UD tests for tools 2017-01-17 13:46:11 -06:00
Allen Byrne
556ff06975 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb':
  tools/test/h5diff/testh5diff.sh.in:          Add code to delete copies of test .h5 files copied from          tools/testfiles/vds to tools/test/h5diff/testfiles when running          "make check" for an in-source build.
2017-01-13 10:57:26 -06:00
lrknox
8452976de5 tools/test/h5diff/testh5diff.sh.in:
Add code to delete copies of test .h5 files copied from
         tools/testfiles/vds to tools/test/h5diff/testfiles when running
         "make check" for an in-source build.

    tools/test/misc/testh5repart.sh.in:
         Change the name of the temporary test directory from "testfiles"
         which is also used for 2 h5mkgrp test files under source control to
         "testrepart" to avoid deleting source controlled files when running
         "make check" in the source directory.

    Fix test scripts that remove source-controlled files during "make check" when run in-source.
    Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory.

    Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
2017-01-12 22:20:11 -06:00
Allen Byrne
ee485247b7 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '8b4c9f848d63351c85cab3a5b2034f8e7e1a29db':
  h5format_convert was not built (missing from subdirs in tools/src and         tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
  Create h5repack convenience library for common code used by h5repack tool and h5repacktst.  Fixes broken distclean.
  Added an --enable-developer-warnings option to configure so users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality.
2017-01-11 14:24:09 -06:00
Allen Byrne
244faaa0d0 HDFFV-10094: upgrade cmake command conventions
Also converted tests to use macros
2017-01-11 14:02:34 -06:00
Larry Knox
c37826171d Merge pull request #245 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '630d668954f56f5138f2bffe3994e2c1da2e3f5c':
  h5format_convert was not built (missing from subdirs in tools/src and         tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
  Create h5repack convenience library for common code used by h5repack tool and h5repacktst.  Fixes broken distclean.
2017-01-10 23:02:46 -06:00
Allen Byrne
e1bcae8a6a Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00
lrknox
630d668954 h5format_convert was not built (missing from subdirs in tools/src and
tools/test Makefile.ams) but created dependencies that were not
cleaned up by make clean and make distclean.
2017-01-10 16:53:38 -06:00
Allen Byrne
09d1314c1d Split VDS files into a separate list 2017-01-10 15:59:01 -06:00
lrknox
584d3743a8 Create h5repack convenience library for common code used by h5repack
tool and h5repacktst.  Fixes broken distclean.

Tested with h5committest and "make distclean".
2017-01-10 14:41:25 -06:00
Allen Byrne
b3c2354a1b Corrected return calls from main() 2017-01-05 12:01:45 -06:00
Allen Byrne
c507554935 Clean up valgrind memory leak 2017-01-05 08:58:58 -06:00
Allen Byrne
7f3b32385c HDFFV-10053: add check for zlib support before running test 2016-12-16 10:41:20 -06:00
Quincey Koziol
57afb68e46 Bring SWMR-related tools changes from revise_chunks to develop. 2016-12-11 11:25:08 -08:00
Allen Byrne
45d817af9c Repair comment chars to C style 2016-11-17 09:28:18 -06:00
Allen Byrne
94f09655cb Correct name of list 2016-11-09 12:39:22 -06:00
Allen Byrne
a2e6cb3c82 Factor out path 2016-11-09 11:55:28 -06:00
Allen Byrne
f9674dfe4e On windows there could be a conflict when two processes try to read the
same file
2016-11-09 10:37:04 -06:00
Quincey Koziol
84787e3085 Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping
in tools code.
2016-11-03 08:46:53 -07:00
Allen Byrne
16ba94f5db Fix parallel h5diff option of tool location 2016-11-02 12:21:14 -05:00
Allen Byrne
de57917e58 minor cleanup to utils defines 2016-11-01 16:42:13 -05:00
Allen Byrne
8a323685f8 Add util programs for tests 2016-11-01 16:38:18 -05:00
Allen Byrne
430d10b047 Correct test command line 2016-11-01 16:10:09 -05:00
Allen Byrne
60cb2c8254 refactor repart test to use test dir 2016-11-01 15:48:39 -05:00
Allen Byrne
df13600ae2 Re-merge HDFFV-9942 to new folder structure 2016-10-27 11:03:26 -05:00
Allen Byrne
67084271cb Correct dir reference 2016-10-27 10:55:22 -05:00
Allen Byrne
2c6dbbf212 Split tools into src and test - add folders 2016-10-27 10:06:00 -05:00