test/logging_tests.h

Wed, 10 Oct 2012 09:32:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Oct 2012 09:32:06 +0200
changeset 58
733f22fca61a
parent 54
f634f790661a
child 59
c80c910fe191
permissions
-rw-r--r--

discarded memprintf / memscanf

Reason: memscanf has no chance to get the amount of bytes read

universe@54 1 /*
universe@54 2 *
universe@54 3 */
universe@54 4
universe@54 5 #ifndef LOGGING_TESTS_H
universe@54 6 #define LOGGING_TESTS_H
universe@54 7
universe@54 8 #include "ucx/test.h"
universe@54 9 #include "ucx/logging.h"
universe@54 10
universe@54 11 #ifdef __cplusplus
universe@54 12 extern "C" {
universe@54 13 #endif
universe@54 14
universe@54 15 UCX_TEST_DECLARE(test_ucx_logger_log)
universe@54 16
universe@54 17 #ifdef __cplusplus
universe@54 18 }
universe@54 19 #endif
universe@54 20
universe@54 21 #endif /* LOGGING_TESTS_H */
universe@54 22

mercurial