diff options
Diffstat (limited to 'TC/tetclean.cfg')
-rwxr-xr-x | TC/tetclean.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TC/tetclean.cfg b/TC/tetclean.cfg new file mode 100755 index 0000000..00d58d5 --- /dev/null +++ b/TC/tetclean.cfg @@ -0,0 +1,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 + |