summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-12cmake: Mark failing tests as passed.Andreas Schneider1-0/+35
2012-10-12example: Fix 64bit problems in product_database_test.Andreas Schneider1-3/+3
2012-10-12example: Fix casting on 64bit platforms.Andreas Schneider1-1/+1
2012-10-12include: Fix casting on 64bit platforms.Andreas Schneider1-1/+1
2012-10-12example: Fix build warnings for assert_module test.Andreas Schneider3-6/+35
2012-10-12cmake: Build assert_module_test.Andreas Schneider1-0/+3
2012-10-10include: Fix build on OpenIndiana.Andreas Schneider1-1/+7
2012-10-10include: Correctly detect uintptr_t size on Linux.Andreas Schneider1-3/+11
2012-10-09cmake: Add ctest support.Andreas Schneider1-0/+7
2012-10-09cmake: Add an option to turn on unit testing.Andreas Schneider1-1/+3
2012-06-25examples: Fix warnings of allocate_module_test.Andreas Schneider1-4/+10
2012-06-25examples: Fix warnings of assert_macro_test.Andreas Schneider3-8/+14
2012-06-25examples: Fix warnings of calculator_test.Andreas Schneider1-24/+77
2012-06-25examples: Fix warnings of customer_database.Andreas Schneider1-1/+1
2012-06-25examples: Fix warnings of customer_database_test.Andreas Schneider1-9/+25
2012-06-25examples: Fix warnings of key_value_test.Andreas Schneider1-0/+3
2012-06-25examples: Fix warnings of product_database_test.Andreas Schneider2-5/+11
2012-06-25lib: Use discard_const for casting.Andreas Schneider1-5/+9
2012-06-25header: Add cmocka_private header with useful macros.Andreas Schneider1-0/+56
2012-06-25header: Add printf attribute checking for vprint functions.Andreas Schneider1-2/+2
2012-06-25lib: Fix printf with size_t.Andreas Schneider1-9/+20
2012-06-25lib: Fix printf warnings.Andreas Schneider1-12/+12
2012-06-25header: Add printf attribute checking with gcc.Andreas Schneider1-2/+11
2012-06-14include: Use C style comments.Andreas Schneider1-58/+74
2012-06-14Rename cmokery to cmocka for a fork.Andreas Schneider16-71/+71
2011-08-12build: Export global_last_failed_assert.Andreas Schneider1-0/+1