mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
8e6beda671
NetCDF-c Github issue #178 / esupport BNL-694121 The ncgen man pages says: > Note also that the words variable',dimension', data',group', and > `types' are legal CDL names, but be careful that there is a space be- > tween them and any following colon character when used as a variable > name. This is mostly an issue with attribute declarations. Ncdump does not obey this rule. The fix is to modify ncdump/ncdump.c to check if a variable name is a keyword. Also added test case.
29 lines
1.3 KiB
Makefile
29 lines
1.3 KiB
Makefile
## This is a automake file, part of Unidata's netCDF package.
|
|
# Copyright 2007, see the COPYRIGHT file for more information.
|
|
|
|
# This is to include the test comparison files
|
|
|
|
EXTRA_DIST = \
|
|
c0.dmp example_good.dmp fills.dmp nc_enddef.dmp nc_sync.dmp pres_temp_4D.dmp \
|
|
ref_const_test.dmp ref_ctest1_nc4.dmp ref_ctest1_nc4c.dmp ref_dimscope.dmp \
|
|
ref_nctst.dmp ref_nctst_64bit_offset.dmp ref_nctst_netcdf4.dmp \
|
|
ref_nctst_netcdf4_classic.dmp \
|
|
ref_tst_comp.dmp ref_tst_comp2.dmp ref_tst_comp3.dmp \
|
|
ref_tst_enum_data.dmp ref_tst_group_data.dmp \
|
|
ref_tst_nans.dmp ref_tst_opaque_data.dmp ref_tst_small.dmp \
|
|
ref_tst_solar_1.dmp ref_tst_solar_2.dmp ref_tst_special_atts.dmp \
|
|
ref_tst_string_data.dmp ref_tst_unicode.dmp ref_tst_utf8.dmp \
|
|
ref_typescope.dmp sfc_pres_temp.dmp \
|
|
simple_xy.dmp small.dmp small2.dmp test0.dmp tst_ncml.dmp \
|
|
n3time.dmp ref_tst_special_atts3.dmp ref_tst_chardata.dmp ref_tst_unlim2.dmp \
|
|
ref_solar.dmp unlimtest1.dmp unlimtest2.dmp \
|
|
ref_tst_vlen_data.dmp ref_tst_vlen_data2.dmp \
|
|
ref_niltest.dmp ref_tst_h_scalar.dmp ref_tst_econst.dmp \
|
|
ref_tst_nul3.dmp ref_tst_nul4.dmp ref_tst_names.dmp \
|
|
ref_tst_long_charconst.dmp tst_chararray.dmp ref_keyword.dmp \
|
|
CMakeLists.txt
|
|
|
|
# These do not exist because they are not run as usual tests
|
|
# bigf1.dmp bigf2.dmp bigf3.dmp bigr1.dmp bigr2.dmp bigr3.dmp gfs1.dmp
|
|
|