aboutsummaryrefslogtreecommitdiff
path: root/src/identity/Makefile.am
diff options
context:
space:
mode:
authorNico Thomas <nico.thomas@tum.de>2021-12-16 18:13:21 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2021-12-28 22:43:00 +0100
commit88fb1d89ed483576a7f02060cd72be7761b2be3a (patch)
treebcbffd33835229417b27074819c8ae486bde556b /src/identity/Makefile.am
parent7205436569d1b1e0f10485dbdec087f19de865f8 (diff)
downloadgnunet-88fb1d89ed483576a7f02060cd72be7761b2be3a.tar.gz
gnunet-88fb1d89ed483576a7f02060cd72be7761b2be3a.zip
IDENTITY: Expose encryption based on identities on CLI
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 59ace6c41..e535c208a 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -71,9 +71,12 @@ check_PROGRAMS = \
71 test_identity \ 71 test_identity \
72 test_identity_defaults 72 test_identity_defaults
73 73
74check_SCRIPTS = \
75 test_identity_messages.sh
76
74if ENABLE_TEST_RUN 77if ENABLE_TEST_RUN
75AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 78AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
76TESTS = $(check_PROGRAMS) 79TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
77endif 80endif
78 81
79 82