mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
628aed80d9
2. Fix a bug in ncgen to catch a special case of a malformed datalist.
19 lines
460 B
Plaintext
19 lines
460 B
Plaintext
# test: ../ncdump/cdl4/ref_const_test.cdl
|
|
# test: ../ncdump/cdl4/ref_tst_chardata.cdl
|
|
K="-k3"
|
|
F="fail.cdl"
|
|
#B="-B12"
|
|
DBG="-d"
|
|
#DBG="-D2"
|
|
#NCGEN="./.libs/ncgen"
|
|
NCGEN="./ncgen"
|
|
alias q0="$NCGEN ${DBG} $K -lb $B $F"
|
|
alias qh="$NCGEN ${DBG} $K -lb $B -h $F"
|
|
alias qc="$NCGEN ${DBG} $K -lc $B $F"
|
|
alias qq="gdb --args $NCGEN ${DBG} $K -lb $B $F"
|
|
alias qqc="gdb --args $NCGEN ${DBG} $K -lc $B $F"
|
|
alias qv="valgrind --leak-check=full $NCGEN ${DBG} $K -lb $B $F"
|
|
|
|
|
|
|