# test: ../ncdump/cdl4/ref_const_test.cdl # test: ../ncdump/cdl4/ref_tst_chardata.cdl K="-k3" F="t" #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"