commit 53675e50f6ba6af2de2342b4e0e27bde23fad26c parent 764a914e829cd95ca56fdf49c935c2b506dcb002 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 19 Feb 2024 19:10:53 +0100 set prefix for tests Diffstat:
| M | src/testing/Makefile.am | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -29,6 +29,8 @@ libsynctesting_la_LIBADD = \ -ltalertesting \ $(XLIB) +AM_TESTS_ENVIRONMENT=export SYNC_PREFIX=$${SYNC_PREFIX:-@libdir@};export PATH=$${SYNC_PREFIX:-@prefix@}/bin:$$PATH; + check_PROGRAMS = \ test_sync_api