blob: 00d58d593828ecf33e652a356663c11b947454f4 (
plain)
1
2
3
4
5
6
|
TET_OUTPUT_CAPTURE=True # capture option
TET_CLEAN_TOOL= make clean # clean tool
TET_CLEAN_FILE= Makefile # file for clean
TET_API_COMPLIANT=True # TET API useage
TET_PASS_TC_NAME=True # showing name , passed TC
|