From 201fcfadc87e21b0b10ecf3a2a9d114328a65ffb Mon Sep 17 00:00:00 2001 From: jahoti Date: Fri, 3 Dec 2021 00:00:00 +0000 Subject: Support tests outside the source directory Explicitly use certs in the build directory, and tests in the source --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 6ac41c9..d6b51bb 100755 --- a/configure +++ b/configure @@ -119,6 +119,7 @@ rm -f testing.conf [ "x$TEST_BROWSER" != x ] && echo BINARY "$TEST_BROWSER" >> testing.conf [ "x$TEST_PROFILE" != x ] && echo TEST_PROFILE "$TEST_PROFILE" >> testing.conf [ "x$TEST_PORT" != x ] && echo TEST_PORT "$TEST_PORT" >> testing.conf +[ "$srcdir" != '.' ] && echo CERT_DIR "$PWD/test/certs" >> testing.conf # Prepare and run write_makefile.sh (as config.status) if [ ! -e config.status ]; then -- cgit v1.2.3