Skip to content

Commit

Permalink
use findplugin.sh to set plugin dir for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 11, 2024
1 parent 2b7e890 commit 78e8942
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nc_test4/run_zstd_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
# Load the findplugins function
. ${builddir}/findplugin.sh
echo "findplugin.sh loaded"
echo "${HDF5_PLUGIN_DIR}"

findplugin h5zstd
echo "HDF5_PLUGIN_DIR=$HDF5_PLUGIN_DIR"
./tst_zstd


echo
echo "Testing Zstandard compression..."
Expand Down

0 comments on commit 78e8942

Please sign in to comment.