[master] 941536293 build: Link vtest to varnishtest
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Wed May 21 09:35:04 UTC 2025
commit 94153629361e2cd8622a360cd2ddc097a1ebab23
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Wed May 21 11:31:00 2025 +0200
build: Link vtest to varnishtest
$ file bin/varnishtest/varnishtest
bin/varnishtest/varnishtest: POSIX shell script, ASCII text executable
This script takes care of invoking the actual varnishtest executable
with a proper environment in order to link shared libraries from this
build tree first, and otherwise from the system-wide locations.
diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index 411be155d..287d1eaa7 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -17,7 +17,7 @@ bin_PROGRAMS = varnishtest
all-local: vtest
vtest: varnishtest
- ln -f .libs/varnishtest vtest
+ ln -f varnishtest vtest
install-exec-hook:
ln -f $(DESTDIR)$(bindir)/varnishtest$(EXEEXT) \
More information about the varnish-commit
mailing list