summaryrefslogtreecommitdiff
path: root/TC/tetbuild.cfg
diff options
context:
space:
mode:
authorJonghyuk Lee <jhyuk47.lee@samsung.com>2012-08-21 19:28:55 +0900
committerJonghyuk Lee <jhyuk47.lee@samsung.com>2012-08-21 19:28:55 +0900
commitacec265dcd1bc8ca11e5a2bf492f541bcf86576f (patch)
tree337299ca4adc2e804103192520a39704c9f4f074 /TC/tetbuild.cfg
parent128a56e6034b6b72fdd788d101ec70eb0ea8f2f6 (diff)
downloadface-acec265dcd1bc8ca11e5a2bf492f541bcf86576f.tar.gz
face-acec265dcd1bc8ca11e5a2bf492f541bcf86576f.tar.bz2
face-acec265dcd1bc8ca11e5a2bf492f541bcf86576f.zip
add base code
Diffstat (limited to 'TC/tetbuild.cfg')
-rwxr-xr-xTC/tetbuild.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/TC/tetbuild.cfg b/TC/tetbuild.cfg
new file mode 100755
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?