fix: tests reside in srcdir

parent 480eb7a3
......@@ -28,7 +28,7 @@ vcc_if.c: vcc_if.h
vcc_if.h vmod_gcrypt.man.rst: @VMODTOOL@ $(top_srcdir)/src/vmod_gcrypt.vcc
@PYTHON@ @VMODTOOL@ $(top_srcdir)/src/vmod_gcrypt.vcc
VMOD_TESTS = $(builddir)/tests/*.vtc
VMOD_TESTS = $(srcdir)/tests/*.vtc
.PHONY: $(VMOD_TESTS)
$(builddir)/tests/*.vtc: libvmod_gcrypt.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