summaryrefslogtreecommitdiff
path: root/TC/tetbuild.cfg
diff options
context:
space:
mode:
authorjy910.yun <jy910.yun@samsung.com>2012-08-21 19:11:00 +0900
committerjy910.yun <jy910.yun@samsung.com>2012-08-21 19:11:00 +0900
commit084b8672dd390c1338a7949ebe91ad76f081a29e (patch)
tree2f6a5a833bbd67aaee97bb644d4b739a38b40f3c /TC/tetbuild.cfg
parent24c06363581c4713b198e0c12d6c01ae380da000 (diff)
downloadhaptic-084b8672dd390c1338a7949ebe91ad76f081a29e.tar.gz
haptic-084b8672dd390c1338a7949ebe91ad76f081a29e.tar.bz2
haptic-084b8672dd390c1338a7949ebe91ad76f081a29e.zip
Diffstat (limited to 'TC/tetbuild.cfg')
-rw-r--r--TC/tetbuild.cfg5
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?