summaryrefslogtreecommitdiff
path: root/TC/tetbuild.cfg
diff options
context:
space:
mode:
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?