Skip to content

Commit d29edee

Browse files
authored
Merge pull request #2590 from WardF/fix-distcheck.wif
Fix an issue I introduced with make distcheck
2 parents 36ecd3b + 7d3d5f2 commit d29edee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ncdump/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ref_tst_noncoord.cdl ref_tst_compounds2.nc ref_tst_compounds2.cdl \
177177
ref_tst_compounds3.nc ref_tst_compounds3.cdl ref_tst_compounds4.nc \
178178
ref_tst_compounds4.cdl ref_tst_group_data_v23.cdl tst_mslp.cdl \
179179
tst_bug321.cdl ref_tst_format_att.cdl ref_tst_format_att_64.cdl \
180-
tst_nccopy3.sh tst_nccopy4.sh tst_nccopy5.sh \
180+
tst_nccopy3.sh tst_nccopy4.sh tst_nccopy5.sh tst_calendars_nc4.sh \
181181
ref_nc_test_netcdf4_4_0.nc run_back_comp_tests.sh \
182182
ref_nc_test_netcdf4.cdl ref_tst_special_atts3.cdl tst_brecs.cdl \
183183
ref_tst_grp_spec0.cdl ref_tst_grp_spec.cdl tst_grp_spec.sh \
@@ -205,7 +205,7 @@ test_keywords.sh ref_keyword1.cdl ref_keyword2.cdl ref_keyword3.cdl ref_keyword4
205205
ref_tst_nofilters.cdl test_scope.sh \
206206
test_rcmerge.sh ref_rcmerge1.txt ref_rcmerge2.txt ref_rcmerge3.txt \
207207
scope_ancestor_only.cdl scope_ancestor_subgroup.cdl scope_group_only.cdl scope_preorder.cdl \
208-
ref_rcapi.txt ref_tst_enum_undef.cdl
208+
ref_rcapi.txt ref_tst_enum_undef.cdl tst_calendars_nc4.cdl ref_times_nc4.cdl
209209

210210
# The L512.bin file is file containing exactly 512 bytes each of value 0.
211211
# It is used for creating hdf5 files with varying offsets for testing.
@@ -247,7 +247,7 @@ tst_roman_szip_unlim.cdl tst_perdimpspecs.nc tmppds.* \
247247
keyword1.nc keyword2.nc keyword3.nc keyword4.nc \
248248
tmp_keyword1.cdl tmp_keyword2.cdl tmp_keyword3.cdl tmp_keyword4.cdl \
249249
type_*.nc copy_type_*.cdl \
250-
scope_*.nc copy_scope_*.cdl keyword5.nc tst_enum_undef.cdl
250+
scope_*.nc copy_scope_*.cdl keyword5.nc tst_enum_undef.cdl tst_times_nc4.cdl
251251

252252
# Remove directories
253253
clean-local:

0 commit comments

Comments
 (0)