aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/secretsharing/Makefile.am')
-rw-r--r--src/secretsharing/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/secretsharing/Makefile.am b/src/secretsharing/Makefile.am
index 562688dd9..485183e36 100644
--- a/src/secretsharing/Makefile.am
+++ b/src/secretsharing/Makefile.am
@@ -56,6 +56,7 @@ libgnunetsecretsharing_la_LIBADD = \
56libgnunetsecretsharing_la_LDFLAGS = \ 56libgnunetsecretsharing_la_LDFLAGS = \
57 $(GN_LIB_LDFLAGS) 57 $(GN_LIB_LDFLAGS)
58 58
59if HAVE_TESTING
59check_PROGRAMS = \ 60check_PROGRAMS = \
60 test_secretsharing_api 61 test_secretsharing_api
61 62
@@ -63,6 +64,7 @@ if ENABLE_TEST_RUN
63AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 64AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
64TESTS = $(check_PROGRAMS) 65TESTS = $(check_PROGRAMS)
65endif 66endif
67endif
66 68
67test_secretsharing_api_SOURCES = \ 69test_secretsharing_api_SOURCES = \
68 test_secretsharing_api.c 70 test_secretsharing_api.c
@@ -73,4 +75,3 @@ test_secretsharing_api_LDADD = \
73 75
74EXTRA_DIST = \ 76EXTRA_DIST = \
75 test_secretsharing.conf 77 test_secretsharing.conf
76