ca69e8ea52
Cmockery tests are compiled into a stand-alone executable and linked with the cmockery library, the standard C library and module being tested. Any symbols external to the module being tested should be mocked - replaced with functions that return values determined by the test - within the test application. Even though significant differences may exist between the target execution environment of a code module and the environment used to test the code the unit testing is still valid since its goal is to test the logic of a code modules at a functional level and not necessarily all of its interactions with the target execution environment. Other features: - Lightweight C Unit test with mocking support - JUnit XML report output which can be used with Jenkins - Provides design-by-contract support This project is a successor of http://code.google.com/p/cmockery-staging/ which is a successor of Google's http://code.google.com/p/cmockery/.
6 lines
279 B
Text
6 lines
279 B
Text
$NetBSD: distinfo,v 1.1 2014/08/07 11:18:04 manu Exp $
|
|
|
|
SHA1 (v1.3.8.zip) = c50311fdcbbb207affacce9628c743c7e940aff9
|
|
RMD160 (v1.3.8.zip) = 21dd89e27608a5e1a5cb091bc2fa39dceae31432
|
|
Size (v1.3.8.zip) = 83204 bytes
|
|
SHA1 (patch-autogen.sh) = 91a064f8af52b48cdf91f1a285dd549e22a53351
|