test/mpool_tests.h

changeset 13
98ac89e3aa37
child 17
2e7050c3a18e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/mpool_tests.h	Sat Dec 31 21:05:59 2011 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +/* 
     1.5 + *
     1.6 + */
     1.7 +
     1.8 +#ifndef MPOOL_TESTS_H
     1.9 +#define	MPOOL_TESTS_H
    1.10 +
    1.11 +#include "ucx/mpool.h"
    1.12 +
    1.13 +#ifdef	__cplusplus
    1.14 +extern "C" {
    1.15 +#endif
    1.16 +
    1.17 +int mpool_tests();
    1.18 +
    1.19 +
    1.20 +
    1.21 +#ifdef	__cplusplus
    1.22 +}
    1.23 +#endif
    1.24 +
    1.25 +#endif	/* MPOOL_TESTS_H */
    1.26 +

mercurial