CCL Home Page
Up Directory CCL ctest
#! /bin/csh -f
#################################################################
# *** $RCSfile: ctest,v $
# *** $Revision: 1.3 $
# *** $Date: 1996/05/28 19:48:49 $
#################################################################
# Test C-only API.

( echo "ctest: -f full; should write a file of full CT's:"; \
 cmmio -f gagfull.dat out; echo '===='; diff gagfull.dat out ) | $PAGER
( echo "ctest: -c full; should write a file of full CT's:"; \
 cmmio -c gagfull.dat out; echo '===='; diff gagfull.dat out ) | $PAGER
( echo "ctest: -c comp; should write a file containing some compressed CT's:"; \
 cmmio -c gagcomp.dat out; echo '===='; diff gagcomp.dat out ) | $PAGER
( echo "ctest: -f comp; should write a file of full CT's:"; \
 cmmio -f gagcomp.dat out; echo '===='; diff gagfull.dat out ) | $PAGER
echo '================================'
echo "ctest complete"
Modified: Wed Sep 4 00:20:56 1996 GMT
Page accessed 4677 times since Sat Apr 17 21:57:53 1999 GMT