diff options
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r-- | src/identity/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am index e806f0059..59ace6c41 100644 --- a/src/identity/Makefile.am +++ b/src/identity/Makefile.am @@ -67,11 +67,9 @@ gnunet_identity_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -if HAVE_TESTING check_PROGRAMS = \ test_identity \ test_identity_defaults -endif if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; |