aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
new file mode 100644
index 0000000..1bfeff6
--- /dev/null
+++ b/tests/atlocal.in
@@ -0,0 +1,14 @@
1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for Anubis test suite.
3# Copyright (C) 2020 Free Software Foundation, Inc.
4
5PATH=@abs_top_builddir@/src:$top_srcdir:$srcdir:$PATH
6GPG=@GPG@
7CERTTOOL=@CERTTOOL@
8@TLS_COND_TRUE@GNUTLS_SED='s/%TLS%//'
9@TLS_COND_FALSE@GNUTLS_SED='/%TLS%/d'
10@GPG_COND_TRUE@GPG_SED='s/%GPG%//'
11@GPG_COND_FALSE@GPG_SED='/%GPG%/d'
12@GUILE_COND_TRUE@GUILE_SED='s/%GUILE%//'
13@GUILE_COND_FALSE@GUILE_SED='/%GUILE%/d'
14

Return to:

Send suggestions and report system problems to the System administrator.