test/logging_tests.h

changeset 54
f634f790661a
child 59
c80c910fe191
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/logging_tests.h	Mon Oct 08 14:04:52 2012 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +/* 
     1.5 + *
     1.6 + */
     1.7 +
     1.8 +#ifndef LOGGING_TESTS_H
     1.9 +#define	LOGGING_TESTS_H
    1.10 +
    1.11 +#include "ucx/test.h"
    1.12 +#include "ucx/logging.h"
    1.13 +
    1.14 +#ifdef	__cplusplus
    1.15 +extern "C" {
    1.16 +#endif
    1.17 +
    1.18 +UCX_TEST_DECLARE(test_ucx_logger_log)
    1.19 +
    1.20 +#ifdef	__cplusplus
    1.21 +}
    1.22 +#endif
    1.23 +
    1.24 +#endif	/* LOGGING_TESTS_H */
    1.25 +

mercurial