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/stress-tests.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tests/stress-tests.c') diff --git a/src/tests/stress-tests.c b/src/tests/stress-tests.c index 945053185..3b5373579 100644 --- a/src/tests/stress-tests.c +++ b/src/tests/stress-tests.c @@ -30,6 +30,7 @@ #include #include "util/util.h" +#include "tests/common.h" #define DEFAULT_START 10 #define DEFAULT_STOP 20 @@ -247,6 +248,8 @@ int main(int argc, const char *argv[]) } poptFreeContext(pc); + tests_set_cwd(); + verbose = pc_verbosity; if (pc_prefix) { -- cgit