diff options
author | jy910.yun <jy910.yun@samsung.com> | 2012-08-21 19:11:00 +0900 |
---|---|---|
committer | jy910.yun <jy910.yun@samsung.com> | 2012-08-21 19:11:00 +0900 |
commit | 084b8672dd390c1338a7949ebe91ad76f081a29e (patch) | |
tree | 2f6a5a833bbd67aaee97bb644d4b739a38b40f3c /TC/tetbuild.cfg | |
parent | 24c06363581c4713b198e0c12d6c01ae380da000 (diff) | |
download | haptic-084b8672dd390c1338a7949ebe91ad76f081a29e.tar.gz haptic-084b8672dd390c1338a7949ebe91ad76f081a29e.tar.bz2 haptic-084b8672dd390c1338a7949ebe91ad76f081a29e.zip |
patch tizen_2.0_buildHEADsubmit/master/20120920.1510252.0_alphamaster2.0alpha
Diffstat (limited to 'TC/tetbuild.cfg')
-rw-r--r-- | TC/tetbuild.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TC/tetbuild.cfg b/TC/tetbuild.cfg new file mode 100644 index 0000000..f7eda55 --- /dev/null +++ b/TC/tetbuild.cfg @@ -0,0 +1,5 @@ +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? |