aboutsummaryrefslogtreecommitdiff
path: root/include
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-09-10cmake: Use GNUInstallDirsAndreas Schneider1-2/+2
2018-09-10cmake: Cleanup includeAndreas Schneider1-23/+15
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-08-04include: Protect config.h inclusionAndreas Schneider1-0/+2
2015-08-01include: Add va_copy macro if MSVC doesn't provide itAndreas Schneider1-0/+4
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