mirror of https://github.com/getdnsapi/getdns.git
Clean in place executed unit tests
This commit is contained in:
parent
b2fe9673de
commit
c805d40585
|
@ -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
|
||||
)
|
Loading…
Reference in New Issue