From 9fb59763bce293c2490e0b9f8e97bb1f74ba0910 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 26 Feb 2010 09:04:11 -0500 Subject: Add --with-test-dir option to configure All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk --- src/tests/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tests/common.h') diff --git a/src/tests/common.h b/src/tests/common.h index 5d4b0867e..576d705ba 100644 --- a/src/tests/common.h +++ b/src/tests/common.h @@ -42,4 +42,6 @@ void _check_leaks_pop(TALLOC_CTX *ctx, const char *location); void leak_check_setup(void); void leak_check_teardown(void); +void tests_set_cwd(void); + #endif /* !__TESTS_COMMON_H__ */ -- cgit