summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-25Fix function types in doxygen docsJakub Hrozek1-2/+2
2015-02-20include: Add macro for assert_ptr_equal().Andreas Schneider1-0/+38
2015-02-20include: Fix building with newer gcc versions.Andreas Schneider1-5/+2
2015-02-13include: Use LargestIntegralType instead of uintmax_tAndreas Schneider1-26/+29
2015-02-13include: Fix documentation for mock functionsAndreas Schneider1-7/+7
2015-02-12cmocka: Surround include info with code endcodeKrzysztof Opasiak1-1/+2
2015-02-12include: Correctly include signal.hAndreas Schneider1-1/+0
2015-02-12include: Fix warning for missing __WORDSIZEAndreas Schneider1-0/+2
2015-02-11tests: Fix building the tests with Visual Studio.Andreas Schneider1-0/+1
2015-02-11config: Add missing define for (v)snprintf functions.Andreas Schneider1-0/+2
2015-02-11include: Add missing functions for Visual Studio.Andreas Schneider1-1/+98
2015-02-11include: Define __WORDSIZE if needed.Andreas Schneider1-0/+10
2015-02-11include: Fix pointer casting and add check_expected_ptr()Andreas Schneider1-1/+19
2015-02-10include: Define fix defintion of LargestIntegralTypeAndreas Schneider1-32/+36
2015-02-10docs: Mark the old test runner functions as deprecatedJakub Hrozek1-10/+30
2015-02-09Add cmockery legacy header.Andreas Schneider3-0/+14
2015-02-09include: Add Programming by Contract header.Luis Pabón2-0/+63
2015-02-09cmocka: Add support for skipping a testJakub Hrozek1-0/+11
2015-02-09cmocka: Add Test Anything Protocol message outputAndreas Schneider1-1/+2
2015-02-09cmocka: Add support for xunit reportsJakub Hrozek1-0/+1
2015-02-08cmocka: Add subunit message output typeJakub Hrozek1-0/+1
2015-02-08cmocka: Add a function to select the message output typeJakub Hrozek1-0/+17
2015-02-08cmocka: Mark run_tests as deprecated.Andreas Schneider1-53/+13
2015-02-08cmocka: Implement a new test runner.Andreas Schneider1-0/+170
2015-02-08cmocka: Add a test_realloc() function.Andreas Schneider1-0/+18
2014-07-28cmocka: use ISO C99 PRIu64 over LargestIntegralTypePrintfUnsignedFormatEmil Velikov1-9/+0
2014-07-23cmocka: introduce LargestIntegralTypePrintfUnsignedFormat modifierEmil Velikov1-0/+9
2014-05-29cmocka: fix doxygen comment for assert_not_in_range()Michael Adam1-2/+2
2014-05-29cmocka: fix doxygen comment for assert_in_range()Michael Adam1-2/+2
2014-05-29cmocka: fix doxygen comment for assert_return_code()Michael Adam1-1/+1
2014-05-20doc: Improve documentation for fail_msg().Andreas Schneider1-0/+11
2014-04-11doc: Document the group functions.Andreas Schneider1-0/+2
2014-04-11include: Fix count parameter of expect_check() macroSebastian Dröge1-1/+1
2014-04-11cmocka: Define inline if not defined with MSVC.Andreas Schneider1-6/+13
2014-04-11cmocka: Add support for test groups.Andreas Schneider1-0/+18
2014-04-10cmocka: Add a dummy function for setup and teardown.Andreas Schneider1-1/+7
2014-04-09doc: Fix some typos.Andreas Schneider1-3/+3
2014-02-21Use prefix for commonly used macro PRINTF_ATTRIBUTELukas Slebodnik1-6/+7
2014-02-21Enable warning WundefLukas Slebodnik1-26/+26
2014-02-21Use better formatting string for printing numbersLukas Slebodnik1-2/+2
2013-12-23cmocka: Fix typo in the docs.Andreas Schneider1-2/+4
2013-12-23cmocka: Add assert_return_code().Andreas Schneider1-0/+26
2013-10-27include: Don't stringify twice with will_return_always().Travis Hendrickson1-1/+1
2013-10-27include: Fix unit_test_teardown macro.Andreas Schneider1-1/+0
2013-07-29include: Correctly define unit_test_setup() and unit_test_teardown().Andreas Schneider1-4/+13
2013-07-24include: Don't redefine uintptr_t on Windows.Andreas Schneider1-30/+25
2013-07-18Add new macro will_return_alwaysPavel Březina1-0/+22
2013-07-18Add new macro fail_msgPavel Březina1-0/+12
2013-06-04doc: Add some more documentation for Mock Objects.Andreas Schneider1-0/+36
2013-06-04doc: Document expect_memory().Andreas Schneider1-4/+89