diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:51:12 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:51:12 +0900 |
commit | 6d176c7d47d8af075826c6c1dfca01b7021ba1fb (patch) | |
tree | f51ed16cf2f404a4ae282889b077427e5401c7ae /TC/tetbuild.cfg | |
parent | 95fbae380394428a7e3010c36e644e74113e7a2c (diff) | |
download | secure-storage-6d176c7d47d8af075826c6c1dfca01b7021ba1fb.tar.gz secure-storage-6d176c7d47d8af075826c6c1dfca01b7021ba1fb.tar.bz2 secure-storage-6d176c7d47d8af075826c6c1dfca01b7021ba1fb.zip |
tizen 2.3 releasetizen_2.3_releasesubmit/tizen_2.3/20150202.063635tizen_2.3
Diffstat (limited to 'TC/tetbuild.cfg')
-rw-r--r--[-rwxr-xr-x] | TC/tetbuild.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/TC/tetbuild.cfg b/TC/tetbuild.cfg index 1f80874..f7eda55 100755..100644 --- a/TC/tetbuild.cfg +++ b/TC/tetbuild.cfg @@ -1,4 +1,5 @@ -TET_OUTPUT_CAPTURE=False -TET_BUILD_TOOL=make -TET_PASS_TC_NAME=True -TET_API_COMPLIANT=True +TET_OUTPUT_CAPTURE=True # capture option for build operation checking +TET_BUILD_TOOL=make # build with using make command +TET_BUILD_FILE=-f Makefile # execution file (Makefile) for build +TET_API_COMPLIANT=True # use TET API in Test Case ? +TET_PASS_TC_NAME=True # report passed TC name in Journal file? |