build: Remove obsolete autoconf.
[platform/upstream/cmocka.git] / src / cmockery.def
1 LIBRARY cmockery
2 EXPORTS
3     _assert_in_range
4     _assert_in_set
5     _assert_int_equal
6     _assert_int_not_equal
7     _assert_memory_equal
8     _assert_memory_not_equal
9     _assert_not_in_range
10     _assert_not_in_set
11     _assert_string_equal
12     _assert_string_not_equal
13     _assert_true
14     _check_expected
15     _expect_any
16     _expect_check
17     _expect_in_range
18     _expect_in_set
19     _expect_memory
20     _expect_not_in_range
21     _expect_not_in_set
22     _expect_not_memory
23     _expect_not_string
24     _expect_not_value
25     _expect_string
26     _expect_value
27     _fail
28     _mock
29     _run_test
30     _run_tests
31     _test_calloc
32     _test_free
33     _test_malloc
34     _will_return
35     fail_if_leftover_values
36     global_expect_assert_env
37     global_expecting_assert
38     mock_assert
39     print_error
40     print_message
41     vprint_error
42     vprint_message