summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Add tests for asserting pointers with messageFriedrich Schwedler3-0/+103
2024-02-12treewide: Use bool intead of int wherever possibleJakub Czapiga43-42/+85
2024-02-05cmocka: Add all_zero() function and testAndreas Schneider2-0/+49
2024-02-05tests: Add tests for assert_memory_equal()Andreas Schneider3-0/+105
2024-02-03Sanitize XML strings.Jakub Czapiga2-3/+3
2024-02-03Improve c_strreplace implementationJakub Czapiga2-0/+129
2024-02-02tests: Add test for expect_uint_in_set_count()Andreas Schneider1-1/+17
2024-02-02tests: Add test for expect_int_in_set_count()Andreas Schneider2-0/+34
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
2023-08-01update meson testswdlkmpx1-2/+14
2023-03-23tests: Add test for test_calloc()Alexander Dahl1-0/+20
2023-02-01cmake: Use C99 and define GNU and POSIX flags directly at source filesAndreas Schneider1-1/+1
2023-02-01tests: Mark state in some tests as unusedAndreas Schneider1-0/+8
2023-02-01tests: Make test_expect_check more robustAndreas Schneider1-5/+11
2023-01-29tests: Add tests for will_return/mock with ptr and type saftey checkingAndreas Schneider3-10/+59
2023-01-29tests: Add tests for new will_return and mock macrosAndreas Schneider1-4/+51
2023-01-29test: Test assert_ptr_equal and _not_equal macrosAlois Klink3-0/+104
2023-01-29cmocka: Improve pointer assert functionsAlois Klink1-0/+6
2023-01-29test: Test expect_string and expect_memoryAlois Klink1-2/+61
2023-01-29cmocka: Make expect_check to use CMockaValueDataAlois Klink2-13/+13
2022-12-01cmocka: Only handle exceptions on platforms supporting itAndreas Schneider1-1/+4
2022-11-28tests: Add tests for assert_uint_not_in_set()Andreas Schneider3-1/+32
2022-11-28tests: Add tests for assert_uint_in_set()Andreas Schneider3-2/+33
2022-11-28tests: Add tests for assert_not_int_in_set()Andreas Schneider3-1/+38
2022-11-28tests: Add tests for assert_int_in_set()Andreas Schneider3-0/+94
2022-11-28tests: Add tests for assert_uint_not_in_range()Andreas Schneider3-1/+16
2022-11-28tests: Add test for assert_int_not_in_range()Andreas Schneider3-1/+18
2022-07-11tests: Add tests for assert_uint_in_range()Andreas Schneider1-0/+10
2022-06-13tests: Add negative tests for assert_int_in_range()Andreas Schneider2-0/+51
2022-06-13tests: Add tests for assert_int_in_range()Andreas Schneider2-0/+26
2022-03-13tests: Add negative test for assert_uint_not_equal()Andreas Schneider2-1/+10
2022-03-13tests: Add test for assert_uint_not_equal()Andreas Schneider1-0/+8
2022-03-13tests: Add negative test for assert_uint_equal()Andreas Schneider2-1/+10
2022-03-13tests: Add test for assert_uint_equal()Andreas Schneider1-0/+9
2022-03-13tests: Add negative test for assert_int_not_equal()Andreas Schneider2-1/+11
2022-03-13tests: Add test for test_assert_int_not_equal()Andreas Schneider1-0/+10
2022-03-13tests: Add negative tests for assert_int_equal()Andreas Schneider2-0/+34
2022-03-13tests: Add test for assert_intequal()Andreas Schneider2-0/+26
2022-03-12Add a test to reproduce the 'NULL pointer dereference in _function_called' bug.Wolfram Ladurner2-1/+12
2022-03-11Add new feature stopCarsten Lange4-1/+157
2022-03-03tests: Fix unused parameter warning.Andreas Schneider1-0/+2
2022-03-02tests: The exception handler doesn't work on WindowsAndreas Schneider1-11/+8
2022-03-02tests: Relax regular expression for test_exception_handlerAndreas Schneider1-1/+1
2022-03-02tests: Raise segmantation faultAndreas Schneider1-10/+4
2022-03-02tests: Rename exceptions tests arrayAndreas Schneider1-2/+2
2022-03-02tests: Fix unused parameter warnings in test_expect_check_fail.cAndreas Schneider1-0/+3
2022-03-02tests: Fix unused parameter warnings in test_expect_check.cAndreas Schneider1-0/+5
2022-03-02tests: Initialize 'struct stat' in test_assert_macros.cAndreas Schneider1-1/+1