summaryrefslogtreecommitdiff
path: root/TC/clean.sh
diff options
context:
space:
mode:
authorjy910.yun <jy910.yun@samsung.com>2012-08-21 19:13:39 +0900
committerjy910.yun <jy910.yun@samsung.com>2012-08-21 19:13:39 +0900
commitabc612c89a84bb39fb6087aa9945413b18e705d7 (patch)
tree9089dbb1fcae5891e15ee304a3a4dbee5292d7e8 /TC/clean.sh
parentecb135202477d60f05b3e3067ac834fba6657a6a (diff)
downloadfeedback-2.0alpha.tar.gz
feedback-2.0alpha.tar.bz2
feedback-2.0alpha.zip
Diffstat (limited to 'TC/clean.sh')
-rwxr-xr-xTC/clean.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/TC/clean.sh b/TC/clean.sh
new file mode 100755
index 0000000..29743e0
--- /dev/null
+++ b/TC/clean.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+. ./_export_env.sh # setting environment variables
+
+export TET_SUITE_ROOT=`pwd`
+RESULT_DIR=results
+
+tcc -c -p ./ # executing tcc, with clean option (-c)
+rm -r $RESULT_DIR
+rm -r tet_tmp_dir
+rm testcase/tet_captured