fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@libdir...
[oweals/gnunet.git] / src / scalarproduct / Makefile.am
index 0bdc76e3e814f14161b59981021b0429104cbdb3..010d7ebfa79eec385cb1db14aaf94b0e0440667d 100644 (file)
@@ -67,5 +67,6 @@ check_SCRIPTS = \
   test_scalarproduct_negativezero.sh
 
 if ENABLE_TEST_RUN
+  TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
   TESTS = $(check_SCRIPTS)
 endif