projects
/
platform
/
core
/
api
/
notification.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge "Align manifest to Tizen 3.0" into tizen
[platform/core/api/notification.git]
/
TC
/
clean.sh
1
#!/bin/sh
2
3
. ./_export_env.sh # setting environment variables
4
5
export TET_SUITE_ROOT=`pwd`
6
RESULT_DIR=results
7
8
tcc -c -p ./ # executing tcc, with clean option (-c)
9
rm -r $RESULT_DIR
10
rm -r tet_tmp_dir
11
rm testcase/tet_captured