|
|
1.1 misho 1: #!/bin/sh
2:
3: if test x$srcdir = x; then
4: srcdir=.
5: fi
6:
1.1.1.2 ! misho 7: if test x$top_builddir = x; then
! 8: top_builddir=..
! 9: fi
! 10:
! 11: tmpdir="$top_builddir/tests/tmp/"
1.1 misho 12:
13: # remove test-framework
1.1.1.2 ! misho 14: rm -rf "$tmpdir"
1.1 misho 15:
16: printf "%-40s" "cleaning up"
17:
18: exit 0