This commit is contained in:
Dennis Heimbigner 2022-04-29 14:12:20 -06:00
parent 64c4caa2ff
commit bf2a74b8d6
5 changed files with 13 additions and 14 deletions

0
git
View File

View File

@ -52,7 +52,7 @@
#include "netcdf_filter_build.h"
#include "netcdf_aux.h"
#if 1
#if 0
#define DEBUG
#define DEBUGF
#define DEBUGL

View File

@ -163,15 +163,15 @@ testzstd() {
testset() {
# Which test cases to exercise
#if test "x$TESTNCZARR" = x1 ; then
# testfletcher32 $1
# testshuffle $1
#fi
# testdeflate $1
# testszip $1
if test "x$TESTNCZARR" = x1 ; then
testfletcher32 $1
testshuffle $1
fi
testdeflate $1
testszip $1
testbzip2 $1
# testblosc $1
# testzstd $1
testblosc $1
testzstd $1
}
if test "x$TESTNCZARR" = x1 ; then

View File

@ -7,10 +7,10 @@
include $(top_srcdir)/lib_flags.am
# Un comment to use a more verbose test driver
SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
TESTS_ENVIRONMENT = export SETX=1;
#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
#TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
#TESTS_ENVIRONMENT = export SETX=1;
# Note which tests depend on other tests. Necessary for make -j check.
TEST_EXTENSIONS = .sh

View File

@ -3,7 +3,6 @@
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
set -x
set -e
. ${srcdir}/tst_utils.sh