mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
21 lines
535 B
Plaintext
21 lines
535 B
Plaintext
# test: ../ncdump/cdl4/ref_const_test.cdl
|
|
# test: ../ncdump/cdl4/ref_tst_chardata.cdl
|
|
K="-k3"
|
|
F="ref_tst_opaque_data.cdl"
|
|
F="MAPSS_combined-MAPSS_SC-20120828154820.cdl"
|
|
F="test.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"
|
|
|
|
|
|
|