Clean in place executed unit tests

This commit is contained in:
Willem Toorop 2017-02-15 14:04:34 +01:00
parent b2fe9673de
commit c805d40585
1 changed files with 7 additions and 0 deletions

7
src/test/tpkg/clean.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
export SRCDIR=`dirname $0`
( cd $SRCDIR
./tpkg clean
rm -fr build build-stub-only build-event-loops install scan-build-reports .tpkg.var.master
)