[master] 243104bd9 Adapt to VTest2 exposing api in vtest_api.h
Poul-Henning Kamp
phk at FreeBSD.org
Tue Nov 11 09:03:05 UTC 2025
commit 243104bd9db10a0adc32f2fbdc58bbb0a1daa9be
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Nov 11 09:01:55 2025 +0000
Adapt to VTest2 exposing api in vtest_api.h
diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index f001eb215..5138fda22 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -11,7 +11,8 @@ AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_builddir) \
-I$(top_srcdir)/lib/libvgz \
- -I$(srcdir)/vtest2/lib
+ -I$(srcdir)/vtest2/lib \
+ -I$(srcdir)/vtest2/src
bin_PROGRAMS = varnishtest
@@ -65,6 +66,7 @@ varnishtest_SOURCES = \
vtest2/src/vtc_tunnel.c \
vtest2/src/vtc_varnish.c \
vtest2/src/vtc_vsm.c \
+ vtest2/src/vtest_api.h \
vtest2/lib/vudp.h \
vtest2/lib/vudp.c
More information about the varnish-commit
mailing list