netcdf-c/ncgen/env
Dennis Heimbigner d22134376c Fix bug NCF-199
2012-10-31 20:07:11 +00:00

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"