Skip to content

Commit

Permalink
report
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 14, 2024
1 parent bcab777 commit 775cb1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions v3_nczarr_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ endif
# So provide a Makefile target to update the files here with copies
# of those in nczarr test and elsewhere.

.PHONY: testfiles_nczarr testdata_nczarr

# Sources that are copies of same files from nczarr_test
TESTFILES_NCZARR = test_chunking.c test_filter_vlen.c test_h5_endians.c test_put_vars_two_unlim_dim.c test_quantize.c test_unlim_vars.c tst_pure_awssdk.cpp

Expand All @@ -225,13 +223,14 @@ TESTDATA_NCZARR = ref_nulls_nczarr.baseline ref_zarr_test_data.cdl.gz ref_avail1
BUILT_SOURCES += ${TESTFILES_NCZARR} ${TESTDATA_NCZARR}

${TESTFILES_NCZARR}:
echo "XXXX" ${TESTFILES_NCZARR}
for u in ${TESTFILES_NCZARR} ; do \
SRCPATH="${top_srcdir}/nczarr_test/$$u"; DSTPATH="${top_srcdir}/v3_nczarr_test/$$u"; \
rm -f $$DSTPATH ; \
cat $$SRCPATH >> $$DSTPATH ; \
chmod a+x $$DSTPATH ; \
done
PD=`pwd`; echo "@@@ PWD=${PWD}"
ls -1 *.sh

${TESTDATA_NCZARR}:
for u in ${TESTDATA_NCZARR} ; do \
Expand Down

0 comments on commit 775cb1e

Please sign in to comment.