test/logging_tests.h

changeset 54
f634f790661a
child 59
c80c910fe191
equal deleted inserted replaced
53:e533c170bfb8 54:f634f790661a
1 /*
2 *
3 */
4
5 #ifndef LOGGING_TESTS_H
6 #define LOGGING_TESTS_H
7
8 #include "ucx/test.h"
9 #include "ucx/logging.h"
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 UCX_TEST_DECLARE(test_ucx_logger_log)
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif /* LOGGING_TESTS_H */
22

mercurial