summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-03basic_test should be run with other CMOCKA_TESTSLukas Slebodnik1-1/+2
2014-02-21Use prefix for commonly used macro PRINTF_ATTRIBUTELukas Slebodnik2-8/+9
2014-02-21Enable warning WundefLukas Slebodnik7-33/+33
2014-02-21Use static modifier for temporary_bufferLukas Slebodnik1-1/+1
2014-02-21Use better formatting string for printing numbersLukas Slebodnik1-2/+2
2014-01-22cmake: Do not build the chef_wrap example on OSX.Andreas Schneider1-1/+2
2014-01-20cmake: Add cmake config mode support.Andreas Schneider5-4/+46
2013-12-24tests: Close the fd in test_assert_macros_fail.Andreas Schneider1-3/+7
2013-12-23Revert "tests: Use internal allocation for test_fixtures."Andreas Schneider1-2/+2
2013-12-23cmocka: Fix typo in the docs.Andreas Schneider1-2/+4
2013-12-23cmake: Run examples in 'make test' too.Andreas Schneider1-1/+2
2013-12-23tests: Add test_basics.Andreas Schneider2-5/+0
2013-12-23tests: Use internal allocation for test_fixtures.Andreas Schneider1-2/+2
2013-12-23tests: Add test_fixtures.Andreas Schneider3-6/+1
2013-12-23tests: Add test_exception_handler_fail.Andreas Schneider3-13/+10
2013-12-23tests: Add test_assert_macros_fail.Andreas Schneider2-1/+42
2013-12-23tests: Add test_assert_macros.Andreas Schneider3-5/+51
2013-12-23cmocka: Add assert_return_code().Andreas Schneider2-0/+67
2013-12-21example: Define UNIT_TESTING in run_tests.c.Andreas Schneider1-0/+4