test/logging_tests.h

Wed, 10 Oct 2012 09:34:13 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Oct 2012 09:34:13 +0200
changeset 59
c80c910fe191
parent 54
f634f790661a
child 103
08018864fb91
permissions
-rw-r--r--

added semicolons to UCX_TEST_DECLARE calls

     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