Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TESTS_ENVIR...
[oweals/gnunet.git] / src / experimentation / Makefile.am
index 0c6a969369f710e0b967f3978b85fc27b5915004..26a46739347dcfd236043bc309811f5ffcc920bf 100644 (file)
@@ -25,7 +25,7 @@ check_PROGRAMS = \
  $(TEXT_EXP_CLIQUE)
 
 if ENABLE_TEST_RUN
TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
  TESTS = \
  $(TEXT_EXP_CLIQUE)
 endif