diff -r e533c170bfb8 -r f634f790661a test/logging_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/logging_tests.h Mon Oct 08 14:04:52 2012 +0200 @@ -0,0 +1,22 @@ +/* + * + */ + +#ifndef LOGGING_TESTS_H +#define LOGGING_TESTS_H + +#include "ucx/test.h" +#include "ucx/logging.h" + +#ifdef __cplusplus +extern "C" { +#endif + +UCX_TEST_DECLARE(test_ucx_logger_log) + +#ifdef __cplusplus +} +#endif + +#endif /* LOGGING_TESTS_H */ +