mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
7e582ad3f2
The code for handling character constants in datalists in ncgen has some problems. 1. It failed on large constants 2. It did not handle e.g. var = 'a', 'b', ... in the same way that ncgen3 did. 3. The code for generate.c and genchar.c needed some refactoring to make it a little simpler (but not simple).
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 \
|
|
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
|
|
|