diff options
Diffstat (limited to 'TC/tetclean.cfg')
-rw-r--r--[-rwxr-xr-x] | TC/tetclean.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TC/tetclean.cfg b/TC/tetclean.cfg index 55ef6b5..02d7030 100755..100644 --- a/TC/tetclean.cfg +++ b/TC/tetclean.cfg @@ -1,3 +1,5 @@ -TET_OUTPUT_CAPTURE=False -TET_CLEAN_TOOL=make clean -TET_API_COMPLIANT=True +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 |