test/logging_tests.h

Fri, 12 Oct 2012 10:54:55 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 12 Oct 2012 10:54:55 +0200
changeset 69
fb59270b1de3
parent 59
c80c910fe191
child 103
08018864fb91
permissions
-rw-r--r--

made the code work with VC++ compiler (use make CONF=windows)

     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