diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2023-10-03 22:00:59 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2023-10-03 22:00:59 (GMT) |
commit | a06562ee6fe8f4e3ea13b965334b0330016a9706 (patch) | |
tree | 9992435cd9318e29abcd3a4edf9c9568665c7065 /test/tools/README | |
parent | db8b00865fdb76ce076d2032a0b27c5b012e9afc (diff) | |
download | hdf5-shell_script.zip hdf5-shell_script.tar.gz hdf5-shell_script.tar.bz2 |
Remove unneeded/duplicated filesshell_script
Diffstat (limited to 'test/tools/README')
-rw-r--r-- | test/tools/README | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/test/tools/README b/test/tools/README deleted file mode 100644 index bafa84a..0000000 --- a/test/tools/README +++ /dev/null @@ -1,45 +0,0 @@ -HDF5 VOL-independent tools tests - -This directory includes a set of test scripts that will exercise the HDF5 -command-line tools which do not require the native VOL connector. For all tests -to pass, you'll need a VOL connector that implements most of the data model -functionality (but not the native-specific API calls). If your connector only -implements a subset of the functionality, many tests will fail. - -The test scripts are modified versions of a subset of the tools test scripts -found in the HDF5 library. - -These are not well integrated into the testing framework yet and will require -some manual work to run. - -1) Build the code in this repository. - -2) Make sure the h5delete tool is in your path. - -3) Make sure that the HDF5 tools are on your path. - - NOTE: The tools tests require the tools to accept the VOL-related - command-line parameters, which is an unreleased feature. This - means that the tools MUST be built from the develop branch of the - HDF5 library (or 1.12.1 when it's released). - - ALSO NOTE: You'll need the shared tools. The statically linked tools - cannot load VOL connector plugins. The tests use the "simple" - names, though (e.g., h5dump, not h5dump-shared), so you - might need to build HDF5 with the "shared only" option, - create aliases, or rename things in the script. - -4) Set the HDF5_VOL_CONNECTOR environment variable. - - e.g.: export HDF5_VOL_CONNECTOR="pass_through under_vol=0;under_info={}" - -5) Make sure the HDF5_PLUGIN_PATH environment variable is set to the location - of your VOL connector. - -6) Run the master test script - sh runtests.sh - - You will see a lot of error messages and and FAILED text for anything that - fails. - - You can also run the individual tool test scripts (testh5ls.sh, etc.). |