[master] 2bf97ffac build: Add vte_test to the test suite

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Dec 4 16:36:07 UTC 2023


commit 2bf97ffacacf0d597fd138b512de9ca04adb8911
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Dec 4 17:28:30 2023 +0100

    build: Add vte_test to the test suite

diff --git a/lib/libvarnish/Makefile.am b/lib/libvarnish/Makefile.am
index 946966cf9..d06f1b5b2 100644
--- a/lib/libvarnish/Makefile.am
+++ b/lib/libvarnish/Makefile.am
@@ -53,6 +53,7 @@ TESTS = \
 	vjsn_test \
 	vnum_c_test \
 	vsb_test \
+	vte_test \
 	vtim_test
 
 noinst_PROGRAMS = ${TESTS}
@@ -81,6 +82,10 @@ vsb_test_SOURCES = vsb_test.c
 vsb_test_CFLAGS = $(AM_CFLAGS) -DVSB_TEST
 vsb_test_LDADD = $(AM_LDFLAGS) libvarnish.la
 
+vte_test_SOURCES = vte.c
+vte_test_CFLAGS = $(AM_CFLAGS) -DTEST_DRIVER
+vte_test_LDADD = $(AM_LDFLAGS) libvarnish.la
+
 vtim_test_SOURCES = vtim.c
 vtim_test_CFLAGS = $(AM_CFLAGS) -DTEST_DRIVER
 vtim_test_LDADD = $(AM_LDFLAGS) libvarnish.la


More information about the varnish-commit mailing list