- revert plugin move. Add new identity-token
[oweals/gnunet.git] / src / integration-tests / Makefile.am
index 080b8754b6170db7b5377a9292b88142fc659517..8f818ddee0788a3615066d43e14c3046fb56355c 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
@@ -26,6 +27,7 @@ endif
 
 if HAVE_MHD
 if ENABLE_TEST_RUN
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
 TESTS = \
  $(check_SCRIPTS)
 endif