[master] facd9a09e Update vtest2 / adjust to vudp.[ch]

Nils Goroll nils.goroll at uplex.de
Fri Jul 4 18:50:05 UTC 2025


commit facd9a09e956528158bd6ea1bd7fcbe19d3da508
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Jul 4 20:33:36 2025 +0200

    Update vtest2 / adjust to vudp.[ch]
    
    This is now the first time that we use lib sources from vtest2 which are not in
    varnish-cache.
    
    Background: vudp has been moved into its own source files from vtc_syslog.c

diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index a1d5b31fb..260044ebf 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -10,7 +10,8 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_builddir)/include \
 	-I$(top_builddir) \
-	-I$(top_srcdir)/lib/libvgz
+	-I$(top_srcdir)/lib/libvgz \
+	-Ivtest2/lib
 
 bin_PROGRAMS =	varnishtest
 
@@ -63,7 +64,8 @@ varnishtest_SOURCES = \
 		vtest2/src/vtc_syslog.c \
 		vtest2/src/vtc_tunnel.c \
 		vtest2/src/vtc_varnish.c \
-		vtest2/src/vtc_vsm.c
+		vtest2/src/vtc_vsm.c \
+		vtest2/lib/vudp.c
 
 varnishtest_LDADD = \
 		$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
diff --git a/bin/varnishtest/vtest2 b/bin/varnishtest/vtest2
index 63b53d697..36b037561 160000
--- a/bin/varnishtest/vtest2
+++ b/bin/varnishtest/vtest2
@@ -1 +1 @@
-Subproject commit 63b53d697f264754792845fa1974cb1be55e3344
+Subproject commit 36b03756196cde1088a18e4108e13d8b25a82988


More information about the varnish-commit mailing list