diff options
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? |