summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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