Sha256: 67e309b5e803a22ba22c347aa5123cbbe73edcbfe9950aa0fd74576a4add1a12

Contents?: true

Size: 1.11 KB

Versions: 58

Compression:

Stored size: 1.11 KB

Contents

Eclipse error parsers
=====================

These are a godsend for extracting  & quickly navigating to
warnings & error messages from console output. Unforunately
I don't know how to write an Eclipse plugin so you'll have
to add them manually.

To add a console parser to Eclipse, go to Window --> Preferences
--> C/C++ --> Build --> Settings. Click on the 'Error Parsers'
tab and then click the 'Add...' button. See the table below for
the parser fields to add.

Eclipse will only parse the console output during a build, so
running your unit tests must be part of your build process.
Either add this to your make/rakefile, or add it as a post-
build step in your Eclipse project settings.


Unity unit test error parsers
-----------------------------
Severity    Pattern                                 File    Line    Description
-------------------------------------------------------------------------------
Error       (\.+)(.*?):(\d+):(.*?):FAIL: (.*)       $2      $3      $5
Warning     (\.+)(.*?):(\d+):(.*?):IGNORE: (.*)     $2      $3      $5
Warning     (\.+)(.*?):(\d+):(.*?):IGNORE\s*$       $2      $3      Ignored test

Version data entries

58 entries across 24 versions & 2 rubygems

Version Path
ceedling-1.0.0 vendor/unity/extras/eclipse/error_parsers.txt
ceedling-1.0.0 vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.31.1 vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.31.1 vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.31.0 vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.31.0 vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt
simdjson-0.3.0 vendor/simdjson/dependencies/cJSON/tests/unity/extras/eclipse/error_parsers.txt
ceedling-0.30.0 vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.30.0 vendor/cmock/vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.30.0 vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.30.0 vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.28.3 vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.28.3 vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.28.2 vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.28.1 vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.28.1 vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.28.1 vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.28.1 vendor/cmock/vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.27.0 vendor/cmock/vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt
ceedling-0.27.0 vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt