Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 2bf97ff

Browse files
committed
build: Add vte_test to the test suite
1 parent 282c495 commit 2bf97ff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/libvarnish/Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ TESTS = \
5353
vjsn_test \
5454
vnum_c_test \
5555
vsb_test \
56+
vte_test \
5657
vtim_test
5758

5859
noinst_PROGRAMS = ${TESTS}
@@ -81,6 +82,10 @@ vsb_test_SOURCES = vsb_test.c
8182
vsb_test_CFLAGS = $(AM_CFLAGS) -DVSB_TEST
8283
vsb_test_LDADD = $(AM_LDFLAGS) libvarnish.la
8384

85+
vte_test_SOURCES = vte.c
86+
vte_test_CFLAGS = $(AM_CFLAGS) -DTEST_DRIVER
87+
vte_test_LDADD = $(AM_LDFLAGS) libvarnish.la
88+
8489
vtim_test_SOURCES = vtim.c
8590
vtim_test_CFLAGS = $(AM_CFLAGS) -DTEST_DRIVER
8691
vtim_test_LDADD = $(AM_LDFLAGS) libvarnish.la

0 commit comments

Comments
 (0)