summaryrefslogtreecommitdiff
path: root/src/cmocka.def
blob: 3633dc1cf205922a3ea26d60266ad7c92a3b8d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
LIBRARY cmocka
EXPORTS
    _assert_float_equal
    _assert_float_not_equal
    _assert_in_range
    _assert_in_set
    _assert_int_equal
    _assert_int_not_equal
    _assert_memory_equal
    _assert_memory_not_equal
    _assert_not_in_range
    _assert_not_in_set
    _assert_return_code
    _assert_string_equal
    _assert_string_not_equal
    _assert_true
    _check_expected
    _cmocka_run_group_tests
    _expect_any
    _expect_check
    _expect_function_call
    _expect_in_range
    _expect_in_set
    _expect_memory
    _expect_not_in_range
    _expect_not_in_set
    _expect_not_memory
    _expect_not_string
    _expect_not_value
    _expect_string
    _expect_value
    _fail
    _function_called
    _mock
    _run_test
    _run_tests
    _skip
    _test_calloc
    _test_free
    _test_malloc
    _test_realloc
    _will_return
    cm_print_error
    cmocka_set_message_output
    cmocka_set_test_filter
    cmocka_set_skip_filter
    global_expect_assert_env
    global_expecting_assert
    global_last_failed_assert
    mock_assert
    print_error
    print_message
    vprint_error
    vprint_message