We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282c495 commit 2bf97ffCopy full SHA for 2bf97ff
1 file changed
lib/libvarnish/Makefile.am
@@ -53,6 +53,7 @@ TESTS = \
53
vjsn_test \
54
vnum_c_test \
55
vsb_test \
56
+ vte_test \
57
vtim_test
58
59
noinst_PROGRAMS = ${TESTS}
@@ -81,6 +82,10 @@ vsb_test_SOURCES = vsb_test.c
81
82
vsb_test_CFLAGS = $(AM_CFLAGS) -DVSB_TEST
83
vsb_test_LDADD = $(AM_LDFLAGS) libvarnish.la
84
85
+vte_test_SOURCES = vte.c
86
+vte_test_CFLAGS = $(AM_CFLAGS) -DTEST_DRIVER
87
+vte_test_LDADD = $(AM_LDFLAGS) libvarnish.la
88
+
89
vtim_test_SOURCES = vtim.c
90
vtim_test_CFLAGS = $(AM_CFLAGS) -DTEST_DRIVER
91
vtim_test_LDADD = $(AM_LDFLAGS) libvarnish.la
0 commit comments