From c805d40585b977fb4f20d9ae1a3462e6362540a9 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 15 Feb 2017 14:04:34 +0100 Subject: [PATCH] Clean in place executed unit tests --- src/test/tpkg/clean.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 src/test/tpkg/clean.sh diff --git a/src/test/tpkg/clean.sh b/src/test/tpkg/clean.sh new file mode 100755 index 00000000..b3ebef5e --- /dev/null +++ b/src/test/tpkg/clean.sh @@ -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 +)