提交 3a2595ce 编写于 作者: M mvandervoord

- added accessor to line number

- tweaked reporting colors

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@66 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
上级 b10a0942
......@@ -16,11 +16,11 @@ def report(message)
:green
when /^OK$/
:green
when /FAIL/
when /(?:FAIL|ERROR)/
:red
when /IGNORE/
:yellow
when /^(Creating|Compiling|Linking)/
when /^(?:Creating|Compiling|Linking)/
:white
else
:blue
......
......@@ -39,6 +39,8 @@
runTest(func); \
UnityConcludeTest();
#define TEST_LINE_NUM (Unity.CurrentTestLineNumber)
//-------------------------------------------------------
// Basic Fail and Ignore
//-------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册