summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-10cmocka: Add will_return_maybe() for ignoring mock returnsJoseph Ates1-2/+4
2016-02-10cmocka: Fix indentationJoseph Ates1-3/+3
2016-02-10cmocka: Include strings.h for strcasecmpEmil Velikov1-0/+4
2016-02-10cmocka: Print group setup and teardown errorsAndreas Schneider1-1/+15
2015-12-18cmocka: Add support to verify call orderingJoseph Ates2-12/+181
2015-10-05src: Fix some compiler warningsAndreas Schneider1-5/+5
2015-09-30src: Use variable name for accessing the array elementsAndreas Schneider1-3/+3
2015-09-23cmocka: Allow to pass initial data to test casesPawel Szewczyk1-0/+3
2015-09-14src: Simplify exception_handler()Andreas Schneider1-3/+6
2015-09-14Use sigsetjmp()/siglongjmp() when availableJonathon Reinhart1-4/+18
2015-09-09src: Improve error reporting with cmocka default outputAndreas Schneider1-2/+13
2015-09-07src: Filter out invalid tests.Andreas Schneider1-9/+16
2015-07-07def: Add missing cmocka_set_message_output symbolAndreas Schneider1-0/+1
2015-05-11cmocka: Print skipped tests in group summaryPawel Szewczyk1-0/+14
2015-05-11cmocka: Add subtests for groups using TAP outputEllie Timoney1-6/+20
2015-03-02cmocka: realloc(ptr, 0) should act as free(ptr)Niels de Vos1-0/+1
2015-02-12cmocka: Include cmocka_private.h after cmocka.hJakub Hrozek1-1/+1
2015-02-12cmake: Always set correct output name.Andreas Schneider1-4/+8
2015-02-12include: Correctly include signal.hAndreas Schneider1-0/+4
2015-02-12cmake: Fix executing test examples on Windows.Andreas Schneider1-12/+28
2015-02-12include: Fix warning for missing __WORDSIZEAndreas Schneider1-0/+1
2015-02-11cmocka: Cast correctly to errno typeAndreas Schneider1-1/+1
2015-02-11include: Add missing functions for Visual Studio.Andreas Schneider1-64/+0
2015-02-11def: Export missing symbols on Windows.Andreas Schneider1-0/+4
2015-02-11cmocka: Fix possible test state issuesAndreas Schneider1-8/+5
2015-02-10cmocka: Fix a double free in cmprintf_tap()Andreas Schneider1-1/+0
2015-02-10cmocka: Initialize group_state in _cmocka_run_group_tests()Andreas Schneider1-1/+1
2015-02-10cmocka: Fix printf integer formats.Andreas Schneider1-4/+36
2015-02-10cmocka: Add printf attribute checking for vcm_print_error()Andreas Schneider1-0/+3
2015-02-10cmocka: Check if 'struct timespec' is available.Andreas Schneider1-0/+10
2015-02-10cmocka: Only handle SIGBUS and SIGSYS if the system supports it.Andreas Schneider1-0/+4
2015-02-10cmocka: Fix length calculation.Andreas Schneider1-2/+3
2015-02-10cmocka: Allow include of cmocka_platform.hAndreas Schneider2-0/+20
2015-02-10cmocka: Add a newline to subunit error outputJakub Hrozek1-1/+1
2015-02-10cmocka: Print test errors directly to make them included in the XML outputJakub Hrozek1-0/+2
2015-02-09cmocka: Add support for skipping a testJakub Hrozek1-3/+22
2015-02-09cmocka: Add Test Anything Protocol message outputAndreas Schneider1-2/+75
2015-02-09cmocka: Add support for xunit reportsJakub Hrozek1-5/+99
2015-02-08cmocka: Add subunit message output typeJakub Hrozek1-3/+66
2015-02-08cmocka: Add a function to select the message output typeJakub Hrozek1-7/+26
2015-02-08cmocka: Add new message printing formatter for testcasesJakub Hrozek1-17/+119
2015-02-08cmocka: Add support to print errors into a buffer.Andreas Schneider1-70/+146
2015-02-08cmocka: Add correct checks for clock_gettime().Andreas Schneider1-3/+16
2015-02-08cmocka: Implement a new test runner.Andreas Schneider1-0/+362
2015-02-08cmocka: Add explicit libc_alloc, realloc, freeJakub Hrozek1-0/+21
2015-02-08cmocka: Add a test_realloc() function.Andreas Schneider1-0/+39
2015-02-08cmocka: Allow test_free() to deal with NULL pointers.Andreas Schneider1-1/+5
2015-02-08cmocka: Make global variables thread local.Andreas Schneider1-7/+15
2015-02-08cmocka: Use ARRAY_SIZE everywhere.Andreas Schneider1-8/+5
2015-02-08cmocka: Fix setting size_of_set in expect_set().Andreas Schneider1-0/+1