X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Frevocation%2FMakefile.am;h=541c7120d8685d2a34367e5e82ef496778c02c4f;hb=7c8c596991f6397ec3ca1911638acb2de721c7a7;hp=a83850fd06d676e429f7b078ab2a29bc8972bf55;hpb=d94c5185fcdf47c6a57d3233b946fa7e621f7ad9;p=oweals%2Fgnunet.git diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am index a83850fd0..541c7120d 100644 --- a/src/revocation/Makefile.am +++ b/src/revocation/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW @@ -67,12 +68,11 @@ test_revocation_LDADD = \ check_PROGRAMS = \ test_revocation - check_SCRIPTS = \ - test_local_revocation.py + test_local_revocation.py if ENABLE_TEST_RUN - AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; + AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; TESTS = \ $(check_SCRIPTS) \ $(check_PROGRAMS)