diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:36:35 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:36:35 +0900 |
commit | 84196f7d180a9937aee675f79534022830169121 (patch) | |
tree | bb5ea4dd023141108eb104bdefe844fceebd26ad /TC/clean.sh | |
parent | 6cf8de4970660cd0ae40fa00fe49c36cb75aa2ef (diff) | |
download | secure-storage-tizen_2.3.1.tar.gz secure-storage-tizen_2.3.1.tar.bz2 secure-storage-tizen_2.3.1.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.081931tizen_2.3.1
Diffstat (limited to 'TC/clean.sh')
-rwxr-xr-x | TC/clean.sh | 11 |
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 |