From f57cbab24fb7a22fc982eb8b6c4a2d18402be460 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 Jan 2014 14:47:20 +0000 Subject: fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check' --- src/testing/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index c1b41c265..6b229b6fe 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -57,7 +57,7 @@ check_PROGRAMS = \ test_testing_sharedservices if ENABLE_TEST_RUN -TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; +TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH; TESTS = \ test_testing_portreservation \ test_testing_peerstartup \ -- cgit v1.2.3