Commit f69a1018 authored by Geoff Simmons's avatar Geoff Simmons

Fix EXTRA_DIST and CLEANFILES in the Makefile to account for temporary

files generated for testing.
parent 4bcac550
Pipeline #249 skipped
......@@ -47,11 +47,16 @@ check: $(VMOD_TESTS)
EXTRA_DIST = \
vmod_pcre2.vcc \
$(VMOD_TESTS)
$(builddir)/tests/*.vtc \
$(builddir)/tests/*.yes \
$(builddir)/tests/*.no \
$(builddir)/tests/*.vcl
CLEANFILES = \
$(builddir)/vcc_if.c \
$(builddir)/vcc_if.h \
$(builddir)/vmod_pcre2.rst \
$(builddir)/vmod_pcre2.man.rst \
$(top_srcdir)/src/tests/locale_fr.vtc
$(builddir)/tests/locale_fr.vtc \
$(builddir)/tests/compile_utf8.vtc \
$(builddir)/tests/sub_utf8.vtc
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