summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-28cmocka: do not use # with the %p printf modifierEmil Velikov1-1/+1
2014-07-28cmocka: use ISO C99 PRIu64 over LargestIntegralTypePrintfUnsignedFormatEmil Velikov1-13/+18
2014-07-23cmocka: introduce LargestIntegralTypePrintfUnsignedFormat modifierEmil Velikov1-7/+15
2014-07-23cmocka: use %p to printf a pointerEmil Velikov1-1/+1
2014-04-15cmocka: Fix type of number_of_test_states which can be negative.Andreas Schneider1-3/+4
2014-04-15Correctly report the number of tests without the number of setup/teardown fun...Sebastian Dröge1-4/+16
2014-04-15cmocka: Add CMOCKA_TEST_ABORT env variable to leave threading apps.Andreas Schneider1-2/+7
2014-04-11cmocka: Add support for test groups.Andreas Schneider1-0/+144
2014-03-03Test should not be run if setup function failsLukas Slebodnik1-1/+6
2014-02-21Enable warning WundefLukas Slebodnik1-1/+1
2013-12-23cmocka: Add assert_return_code().Andreas Schneider1-0/+41
2013-12-11cmocka: Print better message for exceptions.Andreas Schneider1-2/+2
2013-09-16Fix GTest and GCC message style conformanceAleksandr Vinokurov1-21/+25
2013-07-10src: Fix a typo.Andreas Schneider1-1/+1
2013-07-10src: Fix ValuePointer conversion on 32bit big endian.Andreas Schneider1-3/+8
2013-01-17file: Remove execute bits of C files.Andreas Schneider1-0/+0
2012-10-20cmocka: Make teardown_testing() static.Andreas Schneider1-1/+1
2012-10-20cmocka: Use C style comments.Andreas Schneider1-153/+189
2012-10-19cmocka: Add a missing space in tests output.Andreas Schneider1-1/+1
2012-10-16cmocka: Add a missing space in tests output.Andreas Schneider1-1/+1
2012-10-15cmake: Add a check for strsignal().Andreas Schneider1-3/+3
2012-10-15example: Move examples to top level dir.Andreas Schneider21-1600/+0
2012-10-15include: Move include dir to top level.Andreas Schneider4-642/+1
2012-10-15cmocka: Fix a build warning on x86.Andreas Schneider1-1/+1