2005-02-20 14:27:00 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
if test x$srcdir = x; then
|
|
|
|
srcdir=.
|
|
|
|
fi
|
|
|
|
|
2005-08-29 13:43:46 +00:00
|
|
|
tmpdir=$top_builddir/tests/tmp/
|
2005-08-29 12:08:00 +00:00
|
|
|
|
2005-08-29 13:43:46 +00:00
|
|
|
# remove test-framework
|
|
|
|
rm -rf $tmpdir
|
2005-02-20 14:27:00 +00:00
|
|
|
|
|
|
|
printf "%-40s" "cleaning up"
|
|
|
|
|
|
|
|
exit 0
|