test/mpool_tests.h

Wed, 11 Jan 2012 12:19:48 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 11 Jan 2012 12:19:48 +0100
changeset 19
cdd7a3173249
parent 17
2e7050c3a18e
child 28
1666cbeb1db8
permissions
-rw-r--r--

Removed linked list from tests (assume that they are correct if the dlist tests are correct)

/* 
 *
 */

#ifndef MPOOL_TESTS_H
#define	MPOOL_TESTS_H

#include "ucx/mempool.h"

#ifdef	__cplusplus
extern "C" {
#endif

int mpool_tests();



#ifdef	__cplusplus
}
#endif

#endif	/* MPOOL_TESTS_H */

mercurial