Commit 2bf97ffa authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Add vte_test to the test suite

parent 282c4952
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment