aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorjahoti <jahoti@tilde.team>2021-12-03 00:00:00 +0000
committerjahoti <jahoti@tilde.team>2021-12-03 00:00:00 +0000
commit201fcfadc87e21b0b10ecf3a2a9d114328a65ffb (patch)
treebf387ec1fd0ed046009c72a524c3de4c560ecb84 /configure
parentc39c6b9efc91a268cffa9eec397a79f7e294bf0a (diff)
downloadbrowser-extension-jahoti.tar.gz
browser-extension-jahoti.zip
Support tests outside the source directoryjahoti
Explicitly use certs in the build directory, and tests in the source
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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