Lines Matching refs:code
76 - utils: This script files will generate code coverage reports in the form of xml & html.
79 - cmock: CMock and unity source code.
85 simple test is implemented for source code ```module/scmi/test/mod_scmi_unit_test.c```
134 Sadly above code is not complete but gives enough idea about how Unity
136 that requires some work before above code can be useful. Please see below:
175 As you can see above, few extra lines been added in the code.
176 The important line here, is the inclusion of module source code
190 Sadly, above code is still incomplete because the function under test
192 which are not available for this unit test code. One way to make
217 Apart from above mocked code, we need to setup few global objects as well
218 the complete code can be found in:
259 code contained within. This will also exclude any other files contained
261 from hand-written code.