netcdf-c/ncgen/env
2012-05-07 16:41:01 +00:00

17 lines
455 B
Plaintext

# test: ../ncdump/cdl4/ref_const_test.cdl
# test: ../ncdump/cdl4/ref_tst_chardata.cdl
K="-k3"
F="ref_tst_opaque_data.cdl"
#B="-B12"
#NCGEN="./.libs/ncgen"
NCGEN="./ncgen"
alias q0="$NCGEN -d $K -lb $B $F.cdl"
alias qh="$NCGEN -d $K -lb $B -h $F.cdl"
alias qc="$NCGEN -d $K -lc $B $F.cdl"
alias qq="gdb --args $NCGEN -d $K -lb $B $F.cdl"
alias qqc="gdb --args $NCGEN -d $K -lc $B $F.cdl"
alias qv="valgrind --leak-check=full $NCGEN -d $K -lb $B $F.cdl"