update TC to tizen 2.0
[framework/graphics/pixman.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
12 rm -f testcase/*.o