mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
final
This commit is contained in:
parent
64c4caa2ff
commit
bf2a74b8d6
@ -52,7 +52,7 @@
|
||||
#include "netcdf_filter_build.h"
|
||||
#include "netcdf_aux.h"
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG
|
||||
#define DEBUGF
|
||||
#define DEBUGL
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,6 @@
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
. ${srcdir}/tst_utils.sh
|
||||
|
Loading…
Reference in New Issue
Block a user