From 1c48b5a62f73234ed26bb20f0ab345ab61cda0ab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 07:49:04 -0500 Subject: Rename server/ directory to src/ Also update BUILD.txt --- server/tests/common.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 server/tests/common.h (limited to 'server/tests/common.h') diff --git a/server/tests/common.h b/server/tests/common.h deleted file mode 100644 index 0e954d7d..00000000 --- a/server/tests/common.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __TESTS_COMMON_H__ -#define __TESTS_COMMON_H__ - -#include - -extern TALLOC_CTX *global_talloc_context; - -#define check_leaks(ctx, bytes) _check_leaks((ctx), (bytes), __location__) -void _check_leaks(TALLOC_CTX *ctx, - size_t bytes, - const char *location); - -void check_leaks_push(TALLOC_CTX *ctx); - -#define check_leaks_pop(ctx) _check_leaks_pop((ctx), __location__) -void _check_leaks_pop(TALLOC_CTX *ctx, const char *location); - -void leak_check_setup(void); -void leak_check_teardown(void); - -#endif /* !__TESTS_COMMON_H__ */ -- cgit