summaryrefslogtreecommitdiff
path: root/TC/tetbuild.cfg
blob: f7eda5578455ab49f98c382986ebdac970a43273 (plain)
1
2
3
4
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?