Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit bb9ff82

Browse files
committed
Minor tweaks
1 parent e5c1c54 commit bb9ff82

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ vcc_if.c vcc_if.h: $(VARNISHSRC)/lib/libvmod_std/vmod.py $(top_srcdir)/src/vmod_
1616
@PYTHON@ $(VARNISHSRC)/lib/libvmod_std/vmod.py $(top_srcdir)/src/vmod_example.vcc
1717

1818
EXTRA_DIST = \
19-
$(MYTESTS) \
2019
vmod_example.vcc
2120

2221
CLEANFILES = $(builddir)/vcc_if.c $(builddir)/vcc_if.h

src/tests/Makefile.am

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
MYTESTS = \
1+
VMOD_TESTS = \
22
test01.vtc
3-
.PHONY: $(MYTESTS)
3+
.PHONY: $(VMOD_TESTS)
44

55
*.vtc:
66
cd $(VARNISHSRC)/bin/varnishtest && ./varnishtest -D vmod_topbuild=$(abs_top_builddir) $(abs_srcdir)/$@
77

8-
check: $(MYTESTS)
8+
check: $(VMOD_TESTS)
9+
10+
EXTRA_DIST = \
11+
$(VMOD_TESTS)

0 commit comments

Comments
 (0)