blob: addcce933deab42e9e7a1d17c5b15edd33368eef (
plain)
1
2
3
4
5
6
7
|
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?
|