Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Dec 15, 2023
1 parent 1e23b84 commit 2cfb11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion libnczarr/zdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef ZDEBUG_H
#define ZDEBUG_H

#define ZCATCH /* Warning: significant performance impact */
#undef ZCATCH /* Warning: significant performance impact */
#undef ZTRACING /* Warning: significant performance impact */

#undef ZDEBUG /* general debug */
Expand Down
9 changes: 0 additions & 9 deletions nczarr_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,6 @@ clean-local:
rm -fr testdir_* testset_*
rm -fr tmp_*.nc tmp_*.zarr tst_quantize*.zarr tmp*.file results.file results.s3 results.zip
rm -fr rcmiscdir ref_power_901_constants.file

check-local:
rm -fr ${execdir}/v3tests.sh
echo "#!/bin/sh" > ${EXECDIR}.v3tests.sh
echo "am_check_pre" >> ${execdir}/v3tests.sh
echo "T=\"$TESTS\"" >> ${execdir}/v3tests.sh
cat ${srcdir}/v3tests.in >> ${execdir}/v3tests.sh
chmod a+x ${execdir}/v3tests.sh
source ${execdir}/v3tests.sh
if ENABLE_S3_TESTALL
bash ${abs_top_builddir}/s3cleanup.sh
endif
Expand Down

0 comments on commit 2cfb11d

Please sign in to comment.