Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 29, 2024
1 parent 118bacc commit ec1296b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2271,8 +2271,10 @@ AC_CONFIG_FILES([nc_perf/run_par_bm_test.sh], [chmod ugo+x nc_perf/run_par_bm_te
AC_CONFIG_FILES([nc_perf/run_gfs_test.sh], [chmod ugo+x nc_perf/run_gfs_test.sh])
AC_CONFIG_FILES([examples/C/run_par_test.sh], [chmod ugo+x examples/C/run_par_test.sh])
AC_CONFIG_FILES([nc-config], [chmod 755 nc-config])
# Config and copy into nczarr_test
# Config and copy into nczarr_test/v3_tests
AC_CONFIG_FILES(nczarr_test/findplugin.sh:nc_test4/findplugin.in, [chmod ugo+x nczarr_test/findplugin.sh])
AC_CONFIG_FILES(v3_tests/findplugin.sh:nc_test4/findplugin.in, [chmod ugo+x v3_tests/findplugin.sh])

for fp in unit_test/timer_utils.h unit_test/timer_utils.h unit_test/timer_utils.c nc_test4/test_filter.c nc_test4/test_filter_misc.c nc_test4/tst_multifilter.c nc_test4/test_filter_repeat.c nc_test4/test_filter_order.c ; do
FN=`basename $fp`
AC_CONFIG_FILES(nczarr_test/${FN}:${fp})
Expand Down
4 changes: 2 additions & 2 deletions v3_tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ NCZARRFILES += findplugin.sh run_corrupt.sh run_external.sh run_interop.sh run_c
NCZARRFILES += ref_noshape.file.zip ref_power_901_constants.cdl ref_power_901_constants_orig.zip ref_avail1.cdl ref_avail1.dmp ref_avail1.txt ref_byte.cdl ref_byte_fill_value_null.cdl ref_byte_fill_value_null.zarr.zip ref_byte.zarr.zip ref_fillonly.cdl ref_groups.h5 ref_misc1.cdl ref_misc1.dmp ref_ndims.cdl ref_ndims.dmp ref_newformatpure.cdl ref_notzarr.tar.gz ref_nulls.cdl ref_nulls_nczarr.baseline ref_oldformat.cdl ref_oldformat.zip ref_perdimspecs.cdl ref_purezarr_base.cdl ref_quotes.cdl ref_quotes_orig.zip ref_rem.cdl ref_rem.dmp ref_scalar.cdl ref_skip.cdl ref_skip.txt ref_skipw.cdl ref_string.cdl ref_t_meta_dim1.cdl ref_t_meta_var1.cdl ref_ut_json_build.txt ref_ut_json_parse.txt ref_ut_mapapi_create.cdl ref_ut_mapapi_data.cdl ref_ut_mapapi_meta.cdl ref_ut_mapapi_search.txt ref_ut_map_create.cdl ref_ut_map_readmeta2.txt ref_ut_map_readmeta.txt ref_ut_map_search.txt ref_ut_map_writedata.cdl ref_ut_map_writemeta2.cdl ref_ut_map_writemeta.cdl ref_ut_proj.txt ref_ut_testmap_create.cdl ref_whole.cdl ref_whole.txt ref_zarr_test_data.cdl.gz ref_tst_nans.dmp

${NCZARRFILES}:
for u in $@ ; do cp -f ${top_srcdir}/nczarr_test/$$u $(top_srcdir)/v3_tests ; done
for u in $@ ; do rm -f $$u ; cp -f ${top_srcdir}/nczarr_test/$$u ../v3_tests ; done

BUILT_SOURCES += ${NCZARRFILES}

Expand All @@ -296,7 +296,7 @@ EXTRA_DIST += CMakeLists.txt
# V3 specific files
EXTRA_DIST += ref_nczarr2zarr.cdl ref_purezarr.cdl ref_xarray.cdl ref_misc2.cdl ref_jsonconvention.cdl ref_jsonconvention.zmap ref_nulls_zarr.baseline ref_string_zarr.baseline ref_string_nczarr.baseline ref_zarr_test_data_2d.cdl.gz ref_groups_regular.cdl ref_bzip2.cdl ref_filtered.cdl ref_any.cdl ref_multi.cdl run_nan.sh

DISTCLEANFILES += findplugin.sh ${BUILT_SOURCES}
DISTCLEANFILES += ${BUILT_SOURCES}

# Remove directories
clean-local:
Expand Down

0 comments on commit ec1296b

Please sign in to comment.