annotate tests/0043/clean.sh @ 497:9d8aee621afb api-inversion

More libtests fixups. Include audiodb_close() calls everywhere (whoops). Add the facility to run tests under valgrind. Unfortunately the error-exitcode flag doesn't actually cause an error exit if the only thing wrong is memory leaks, but it will if there are actual memory errors, which is a start.
author mas01cr
date Sat, 10 Jan 2009 16:07:43 +0000
parents da901c62e569
children
rev   line source
mas01mc@339 1 #! /bin/sh
mas01mc@339 2
mas01mc@339 3 if [ -d dbdir ]; then
mas01mc@339 4 rm -rf dbdir
mas01mc@339 5 fi
mas01mc@339 6
mas01mc@339 7 if [ -d fdir ]; then
mas01mc@339 8 rm -rf fdir
mas01mc@339 9 fi
mas01mc@339 10