aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 1949dceb0..d2e4b4d1a 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -169,7 +169,7 @@ noinst_PROGRAMS = \
169 169
170if ENABLE_TEST_RUN 170if ENABLE_TEST_RUN
171AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 171AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
172TESTS = $(check_PROGRAMS) 172TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
173endif 173endif
174 174
175gnunet_timeout_SOURCES = \ 175gnunet_timeout_SOURCES = \
@@ -255,6 +255,9 @@ if HAVE_SSH_KEY
255# SSH_USING_TESTS = test_socks.nc 255# SSH_USING_TESTS = test_socks.nc
256endif 256endif
257 257
258check_SCRIPTS = \
259 test_crypto_vectors.sh
260
258check_PROGRAMS = \ 261check_PROGRAMS = \
259 test_bio \ 262 test_bio \
260 test_client.nc \ 263 test_client.nc \