print list of all failed test at the end#1245
Conversation
TestResult.h: TestResult.cpp: print list of all failed test at the end.
|
I don't think we want this by default. Also, I cannot merge it as it is as it is using the SdtC++ list in the code, which in CppUTest code shouldn't be used. |
I understand. Can you advise how best to do how to make this function optional?
I can write list and called them SimpleList.h/cpp. |
|
I'm hesitant to merge this as I'm not sure it is worth the extra code. Have used CppUTest on lots of large products and never needed a summary feature.... Would love to hear whether others disagree/agree. |
|
I'd personally rather have CppUTest support something like TAP or another format that could be parsed by other common tools. |
|
@jacob-keller Expecting PR soon :P |
Hah, we'll see when I can get some time at $DAYJOB for this |
#1244