hdf5/tools/test
David Young 2dd5bbfe16 Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop
* commit '0b721858e46a317c370a24115032d5be41688f67':
  Make these scripts relocatable again: derive a relative path for the original installation prefix from the examples prefix.  Use that relative path to locate the current installation prefix, always.  Fall back to an absolute installation prefix if the relative path cannot be derived.
  Get the path to prefix right: needs a ../ to back out of subdirectory c/.
  Make this script relocatable again: derive a relative path for the original installation prefix from the examples prefix.  Use that relative path to locate the current installation prefix, always.  Fall back to an absolute installation prefix if the relative path cannot be derived.
  Let us override the examples directory using --with-examplesdir=DIR. This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default.
  Follow longstanding execv convention for compatibility with NetBSD.
  Under the examples directories, always find the installed HDF5 executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems.
  Make the HDF5 configure script grok NetBSD.
  For portability, insulate the HDF5 library from some system macros.
  Not every system has perl installed in /usr/bin/, so change the shebang (#!) line to `/usr/bin/env perl` to locate perl on the PATH.
  For portability, use the POSIX sh(1) string-comparison operator `=` instead of `==`.
2019-11-05 15:36:09 -06:00
..
h5copy Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() 2019-10-08 14:30:24 -05:00
h5diff Fix MPI test depends 2019-10-23 14:49:05 -05:00
h5dump Improvements in response to Allen's suggestions. 2019-10-09 11:04:15 -05:00
h5format_convert HDFFV-10529 Update CMake tests to use test fixtures 2019-07-23 16:24:56 -05:00
h5import Add HD prefix to tests 2019-08-15 16:46:15 -05:00
h5jam For portability, use the POSIX sh(1) string-comparison operator = 2019-10-03 16:01:40 -05:00
h5ls HDFFV-10529 Update CMake tests to use test fixtures 2019-07-23 16:24:56 -05:00
h5repack Update format and fix missing prefix 2019-10-21 09:38:37 -05:00
h5stat Add HD prefix to tests 2019-08-15 16:46:15 -05:00
misc Add HD prefix 2019-08-27 09:21:08 -05:00
perform Merge pull request #1936 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop 2019-09-19 16:42:46 -05:00
CMakeLists.txt TRILABS-20 set a compiler name on all project commands 2018-04-20 10:11:55 -05:00
Makefile.am