test/logging_tests.h

Wed, 06 Feb 2013 14:35:15 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 06 Feb 2013 14:35:15 +0100
changeset 80
0125e4089f88
parent 59
c80c910fe191
child 103
08018864fb91
permissions
-rw-r--r--

Fixed map tests + added some formatting options to logger

     1 /* 
     2  *
     3  */
     5 #ifndef LOGGING_TESTS_H
     6 #define	LOGGING_TESTS_H
     8 #include "ucx/test.h"
     9 #include "ucx/logging.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 UCX_TEST_DECLARE(test_ucx_logger_log);
    17 #ifdef	__cplusplus
    18 }
    19 #endif
    21 #endif	/* LOGGING_TESTS_H */

mercurial