universe@54: /* universe@54: * universe@54: */ universe@54: universe@54: #ifndef LOGGING_TESTS_H universe@54: #define LOGGING_TESTS_H universe@54: universe@54: #include "ucx/test.h" universe@54: #include "ucx/logging.h" universe@54: universe@54: #ifdef __cplusplus universe@54: extern "C" { universe@54: #endif universe@54: universe@54: UCX_TEST_DECLARE(test_ucx_logger_log) universe@54: universe@54: #ifdef __cplusplus universe@54: } universe@54: #endif universe@54: universe@54: #endif /* LOGGING_TESTS_H */ universe@54: