aboutsummaryrefslogtreecommitdiff
path: root/include/cmocka.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-28cmocka: Add cmocka_set_skip_filter() to skip testsAnderson Toshiyuki Sasaki1-0/+12
2019-03-28include: Fixed typo in documentationAnderson Toshiyuki Sasaki1-1/+1
2019-03-27include: Add missing semicolonAndreas Schneider1-1/+1
2019-03-12include: Fix documentation linksAndreas Schneider1-4/+4
2019-01-23include: Change from should to must and add stdint.hAndreas Schneider1-1/+2
2019-01-22include: Add new assert macros to compare 2 floats given an epsilon.Arnaud Gelas1-0/+55
2018-11-30include: Add a new macro expect_any_always().Ross1-0/+18
2018-08-29cmocka: Update copyrightAndreas Schneider1-0/+1
2018-08-22cmocka: Fix assert_non_null documentionPedro Silva1-1/+1
2018-06-11cmocka: Add cmocka_set_test_filter() to filter testsAndreas Schneider1-0/+13
2018-06-08cmocka: Correctly dectect word size on sparcAndreas Schneider1-1/+1
2017-09-06include: Add brackets to avoid issues with sizeof operatorAndreas Schneider1-4/+4
2016-10-03This patch allows cmocka to be run under windows 64-bitNikos Mavrogiannopoulos1-1/+1
2016-09-21Fixed format specifier width mismatchJoseph Ates1-1/+14
2016-09-21cmocka: Use defines for WILL_RETURN valuesAndreas Schneider1-2/+5
2016-02-10cmocka: Add will_return_maybe() for ignoring mock returnsJoseph Ates1-3/+32
2015-12-18cmocka: Add support to verify call orderingJoseph Ates1-0/+141
2015-09-30include: Improve documentation for prestate macrosAndreas Schneider1-8/+10
2015-09-23cmocka: Allow to pass initial data to test casesPawel Szewczyk1-4/+21
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-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-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