summaryrefslogtreecommitdiff
path: root/src/exchange/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-08 18:38:15 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-08 18:38:15 +0100
commitf70596ff4c93a1906533fd488bf5fed1801eeb99 (patch)
treea1af94c2c4d6dfad9bcc815dd18d37741ebf249f /src/exchange/Makefile.am
parent37c29157691715c3861b473b98444534fb33cbb2 (diff)
downloadexchange-f70596ff4c93a1906533fd488bf5fed1801eeb99.tar.gz
exchange-f70596ff4c93a1906533fd488bf5fed1801eeb99.tar.bz2
exchange-f70596ff4c93a1906533fd488bf5fed1801eeb99.zip
adding UNIX socket and restart tests (#5309)
Diffstat (limited to 'src/exchange/Makefile.am')
-rw-r--r--src/exchange/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index 50eb545b0..cf9f984de 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -83,7 +83,8 @@ taler_exchange_httpd_LDADD = \
AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
check_SCRIPTS = \
- test_taler_exchange_httpd.sh
+ test_taler_exchange_httpd.sh \
+ test_taler_exchange_httpd_restart.sh
if HAVE_EXPENSIVE_TESTS
check_SCRIPTS += \
test_taler_exchange_httpd_afl.sh
@@ -97,6 +98,7 @@ TESTS = \
EXTRA_DIST = \
test_taler_exchange_httpd_home/.local/share/taler/exchange/offline-keys/master.priv \
test_taler_exchange_httpd.conf \
+ test_taler_exchange_unix.conf \
test_taler_exchange_httpd.get \
test_taler_exchange_httpd.post \
exchange.conf \