diff options
author | ByungWoo Lee <bw1212.lee@samsung.com> | 2012-02-10 17:23:48 +0900 |
---|---|---|
committer | ByungWoo Lee <bw1212.lee@samsung.com> | 2012-02-10 17:23:48 +0900 |
commit | 06f235fd19f4a7b7ca8116bd1efff4762865feff (patch) | |
tree | 40631aa562101a9f530b596f267cc17d581df7e1 /TC/build.sh | |
parent | 8c74362005cfe9c5119f2e89d2e6c018093afb77 (diff) | |
download | connection-06f235fd19f4a7b7ca8116bd1efff4762865feff.tar.gz connection-06f235fd19f4a7b7ca8116bd1efff4762865feff.tar.bz2 connection-06f235fd19f4a7b7ca8116bd1efff4762865feff.zip |
Modify changelog
Diffstat (limited to 'TC/build.sh')
-rwxr-xr-x | TC/build.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/TC/build.sh b/TC/build.sh deleted file mode 100755 index 72aad6c..0000000 --- a/TC/build.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -. ./_export_env.sh # setting environment variables - -export TET_SUITE_ROOT=`pwd` -FILE_NAME_EXTENSION=`date +%s` - -RESULT_DIR=results -HTML_RESULT=$RESULT_DIR/build-tar-result-$FILE_NAME_EXTENSION.html -JOURNAL_RESULT=$RESULT_DIR/build-tar-result-$FILE_NAME_EXTENSION.journal - -mkdir -p $RESULT_DIR - -tcc -c -p ./ -tcc -b -j $JOURNAL_RESULT -p ./ -grw -c 7 -f chtml -o $HTML_RESULT $JOURNAL_RESULT |