Mercurial > hg > audiodb
annotate tests/0043/clean.sh @ 413:9de6d0676907 api-inversion
Add a partial libtests/ implementation of tests/0037.
Partial because still no "nsequence", though I have a plan for that.
The audiodb_batchinsert is a little bit weird; I think I'd have used an
adb_insert_t*[] (array of pointers) rather than an array of structures
directly. I might think about that some more later.
author | mas01cr |
---|---|
date | Fri, 12 Dec 2008 15:37:17 +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 |