#! /bin/sh
# this file is meant to be included for the supported file formats

exec >test_cksum_$format.log 2>&1
../libtool --mode=execute ${tool_wrap} ./cksum_write -f $format
../libtool --mode=execute ${tool_wrap} ./cksum_read example.$format
\rm example.cksum example.$format
\rm test_cksum_$format.log

#
# Local Variables:
# mode: sh
# End:
#
