Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 10, 2024
1 parent e06592e commit 2b7e890
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,6 @@ AC_CONFIG_FILES(dap4_test/findtestserver4.c:ncdap_test/findtestserver.c.in)
AC_CONFIG_FILES(dap4_test/pingurl4.c:ncdap_test/pingurl.c)
AC_CONFIG_FILES([h5_test/run_par_tests.sh], [chmod ugo+x h5_test/run_par_tests.sh])
AC_CONFIG_FILES([nc_test4/run_par_test.sh], [chmod ugo+x nc_test4/run_par_test.sh])
AC_CONFIG_FILES([nc_test4/run_zstd_test.sh], [chmod ugo+x nc_test4/run_zstd_test.sh])
AC_CONFIG_FILES([libsrc4/nc4dispatch.c], [chmod ugo+x nc_test4/run_par_test.sh])
AC_CONFIG_FILES([nc_perf/run_par_bm_test.sh], [chmod ugo+x nc_perf/run_par_bm_test.sh])
AC_CONFIG_FILES([nc_perf/run_gfs_test.sh], [chmod ugo+x nc_perf/run_gfs_test.sh])
Expand Down
8 changes: 8 additions & 0 deletions nc_test4/run_zstd_test.sh.in → nc_test4/run_zstd_test.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ set -e
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh

# Load the findplugins function
. ${builddir}/findplugin.sh
echo "findplugin.sh loaded"

echo
echo "Testing Zstandard compression..."

HDF5_PLUGIN_PATH="${HDF5_PLUGIN_DIR}"
echo "set HDF5_PLUGIN_PATH: ${HDF5_PLUGIN_PATH}"

echo "SUCCESS!"


Expand Down

0 comments on commit 2b7e890

Please sign in to comment.