summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-05-10 08:53:40 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2023-05-10 08:57:35 +0200
commite5e980f422563b46f5ad976b4be0273ed0ff4528 (patch)
tree9cd92f85b646ebad865f8cc095816b2863e3cc76
parentc871033a4ddcedb5a3f5e46b53cbc28a53dcb77b (diff)
Remove libtool hack.
-rw-r--r--tests/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c4cf4fe..25fdd61 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -55,7 +55,3 @@ LOG_COMPILER = $(LIBTOOL) --mode=execute $(LOG_VALGRIND)
SH_LOG_COMPILER = $(LIBTOOL) --mode=execute $(SHELL)
TEST_EXTENSIONS = .sh
-
-AM_TESTS_ENVIRONMENT = \
- >&2 echo "I don’t understand why, but the libtool script during distcheck on guix does not set up LD_LIBRARY_PATH." ; \
- export "LD_LIBRARY_PATH=$(abs_top_builddir)/src/libdisfluid/.libs$(PATH_SEPARATOR)$$LD_LIBRARY_PATH" ;