aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-08doc: Update cmocka documentation for new environment variablesJakub Hrozek1-0/+17
2015-02-08doc: Update cmocka documentation for new test runner.Andreas Schneider2-951/+1393
2015-02-08cmocka: Mark run_tests as deprecated.Andreas Schneider1-53/+13
2015-02-08cmocka: Add new message printing formatter for testcasesJakub Hrozek1-17/+119
2015-02-08tests: Add a test for failing group setupJakub Hrozek2-0/+42
2015-02-08tests: Use new cmocka test runner in our tests and examplesAndreas Schneider17-107/+128
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 Schneider3-3/+49
2015-02-08cmocka: Implement a new test runner.Andreas Schneider3-1/+533
2015-02-08tests: Add tests for test_malloc() and test_realloc().Andreas Schneider2-0/+72
2015-02-08cmocka: Add explicit libc_alloc, realloc, freeJakub Hrozek1-0/+21
2015-02-08cmocka: Add a test_realloc() function.Andreas Schneider2-0/+57
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-08cmake: Add configure checks for thread local storage.Andreas Schneider2-0/+21
2015-02-08config: Remove unused options.Andreas Schneider1-15/+0
2015-02-08cmocka: Use ARRAY_SIZE everywhere.Andreas Schneider1-8/+5
2015-02-08config: Fix define for strsignal().Andreas Schneider1-1/+1
2015-02-08cmocka: Fix setting size_of_set in expect_set().Andreas Schneider1-0/+1
2014-08-07GNU_SOURCE is not a compiler flagJakub Hrozek1-4/+1
2014-08-07cmake: Use standard cmake variables in CMakeLists.txt.Andreas Schneider1-1/+1
2014-07-28cmocka: do not use # with the %p printf modifierEmil Velikov1-1/+1
2014-07-28cmocka: use ISO C99 PRIu64 over LargestIntegralTypePrintfUnsignedFormatEmil Velikov2-22/+18
2014-07-23cmocka: introduce LargestIntegralTypePrintfUnsignedFormat modifierEmil Velikov2-7/+24
2014-07-23cmocka: use %p to printf a pointerEmil Velikov1-1/+1
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-22Bump version to 0.4.1.Andreas Schneider2-2/+9
2014-05-22cmake: Fix cmocka cmake-config files.Andreas Schneider2-7/+9
2014-05-20doc: Improve documentation for fail_msg().Andreas Schneider1-0/+11
2014-04-16cmake: Install cmake config to the correct directory.Andreas Schneider1-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 Schneider2-2/+21
2014-04-15coverity: Add _assert_return_code model.Andreas Schneider1-0/+10
2014-04-14cmake: Ignore .ycm_extra_conf.pyc.Andreas Schneider1-1/+1
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-11Bump version to 0.4.0.Andreas Schneider2-3/+12
2014-04-11cmocka: Define inline if not defined with MSVC.Andreas Schneider1-6/+13
2014-04-11Add YouCompleteMe config.Andreas Schneider2-0/+110
2014-04-11tests: Add test_group_fixtures.Andreas Schneider2-0/+49
2014-04-11cmocka: Add support for test groups.Andreas Schneider2-0/+162
2014-04-10cmake: Update UseDoxygen.cmake.Andreas Schneider2-67/+107
2014-04-10tests: Improve the fixture test.Andreas Schneider1-0/+4
2014-04-10cmocka: Add a dummy function for setup and teardown.Andreas Schneider1-1/+7
2014-04-09cmake: Create the compile command database by default.Andreas Schneider1-0/+3
2014-04-09doc: Fix some typos.Andreas Schneider1-3/+3
2014-03-03Test should not be run if setup function failsLukas Slebodnik3-2/+94