summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-11gitlab-ci: Fix tags for windows runnersmasterAndreas Schneider1-2/+1
2024-06-11gitlab-ci: Adapt to latest gitlab changesAndreas Schneider1-42/+0
2024-04-17Alias ptr asserts to assert_msg with no messageFriedrich Schwedler2-36/+9
2024-04-17Add tests for asserting pointers with messageFriedrich Schwedler3-0/+103
2024-04-17Implement assert macros with user provided error messagesFriedrich Schwedler2-0/+111
2024-04-17add a function to print an aditional messageFriedrich Schwedler1-0/+12
2024-02-12treewide: Use bool intead of int wherever possibleJakub Czapiga55-158/+210
2024-02-12Add initial CONTRIBUTING.mdAndreas Schneider1-0/+399
2024-02-06clang-format: Update to reflect coding styleAndreas Schneider1-14/+22
2024-02-05cmocka: Implement better memory_equal_display_error()Andreas Schneider1-22/+122
2024-02-05cmocka: Use bool and uint8_t for memory_equal_display_error()Andreas Schneider1-8/+9
2024-02-05cmocka: Add all_zero() function and testAndreas Schneider3-0/+57
2024-02-05tests: Add tests for assert_memory_equal()Andreas Schneider3-0/+105
2024-02-04cmocka: Fix assert_memory_equal() displayJoseph Sutton1-3/+3
2024-02-03Sanitize XML strings.Jakub Czapiga3-5/+26
2024-02-03Improve c_strreplace implementationJakub Czapiga3-9/+147
2024-02-02cmocka: Get rid of _expect_in_set()Andreas Schneider2-23/+8
2024-02-02tests: Add test for expect_uint_in_set_count()Andreas Schneider1-1/+17
2024-02-02cmocka: Implement expect_uint_in_set()Andreas Schneider1-0/+21
2024-02-02cmocka: Add expect_uint_in_set_count()Andreas Schneider1-0/+31
2024-02-02cmocka: Implement __expect_uint_in_set()Andreas Schneider2-0/+68
2024-02-02cmocka: Implement expect_int_in_set_count()Andreas Schneider2-16/+37
2024-02-02tests: Add test for expect_int_in_set_count()Andreas Schneider2-0/+34
2024-02-02cmocka: Add expect_int_in_set_count()Andreas Schneider1-0/+31
2024-02-02cmocka: Implement _expect_int_in_set()Andreas Schneider2-0/+67
2024-02-02cmocka: Add missing null check in _expect_check()Andreas Schneider1-0/+1
2024-02-02cmocka: Use uint_value_in_set_display_error() in _assert_not_in_set()Andreas Schneider1-4/+8
2024-02-02cmocka: Reformat expect_check_count() defineAndreas Schneider1-3/+13
2024-02-02cmocka: Reformat expect_check()Andreas Schneider1-2/+8
2024-02-02test: Add a uint64_t test for will_return_uint/mock_uintAndreas Schneider1-0/+19
2024-01-05Add unit tests for assert_false()Eshan Kelkar3-0/+70
2024-01-05Add unit tests for assert_true()Eshan Kelkar3-0/+70
2024-01-05Make assert_true(), assert_false() more verboseEshan Kelkar2-3/+16
2023-08-01include: Remove old MVSC prototypeAndreas Schneider1-6/+0
2023-08-01include: avoid GCC -Wuninitialized in assert_ptr*Alois Klink2-0/+26
2023-08-01update meson testswdlkmpx1-2/+14
2023-08-01meson.build: install library if not a subprojectwdlkmpx1-1/+6
2023-08-01cmake: enable WINDOWS_EXPORT_ALL_SYMBOLSAlois Klink2-69/+2
2023-08-01include: add CMOCKA_DLLEXTERN for MSVC DLLsAlois Klink3-8/+35
2023-05-0789 add deprecated cm_print_errorAlexander Courtis1-0/+10
2023-03-23Allow macros as input for convenience macrosThomas Bong1-19/+22
2023-03-23cmocka: Add overflow check for test_calloc()Alexander Dahl1-1/+10
2023-03-23tests: Add test for test_calloc()Alexander Dahl1-0/+20
2023-03-22gitlab-ci: Add code coverageAndreas Schneider1-0/+24
2023-03-22gitlab-ci: Do not install CMakeAndreas Schneider1-2/+0
2023-03-22cmake: Set CMOCKA_LIBRARIES in package config for backwards compatibilityAlexander Dahl3-3/+21
2023-02-19cpack: Update ignore files for source package generationAndreas Schneider1-1/+5
2023-02-03coverity: Add missing functions to model fileAndreas Schneider1-3/+47
2023-02-03gitlab-ci: Build also the coverity model filesAndreas Schneider1-0/+1
2023-02-03coverity: Add makefile to build/test the model filesAndreas Schneider3-1/+60