From 83777626e049a9a156355018253079eafd98e289 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Sun, 12 Nov 2017 06:21:31 -0700 Subject: [PATCH] working on cmake build --- ncdump/tst_ctest.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ncdump/tst_ctest.sh b/ncdump/tst_ctest.sh index c412075ba..5f727deba 100755 --- a/ncdump/tst_ctest.sh +++ b/ncdump/tst_ctest.sh @@ -14,10 +14,10 @@ ${execdir}/ref_ctest ${NCGEN} -lc -o ctest0.nc $srcdir/../ncgen/c0.cdl > ctest.c diff -b ctest.c $srcdir/ref_ctest.c -# echo "*** Testing that ncgen with c0.cdl for 64-bit offset format." -# ${execdir}/ref_ctest64 -# ${NCGEN} -k2 -lc -o ctest0_64.nc $srcdir/../ncgen/c0.cdl > ctest64.c -# diff -b ctest64.c $srcdir/ref_ctest64.c +echo "*** Testing that ncgen with c0.cdl for 64-bit offset format." +${execdir}/ref_ctest64 +${NCGEN} -k2 -lc -o ctest0_64.nc $srcdir/../ncgen/c0.cdl > ctest64.c +diff -b ctest64.c $srcdir/ref_ctest64.c echo "*** All tests of ncgen with ctest.c and ctest64.c passed!" exit 0