BBlack has submitted this change and it was merged.

Change subject: fix distcheck
......................................................................


fix distcheck

Change-Id: I9eb45236f42518b798eaeb7a5577ca7f77fa477a
---
M src/Makefile.am
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/src/Makefile.am b/src/Makefile.am
index 0668585..4c90bc5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,11 +25,11 @@
 vnm_validate_LDADD = -ljansson
 vnm_validate_SOURCES = vnm_validate.c $(COMMON_SRC)
 
-VMOD_TDATA = tests/*.json
-VMOD_TESTS = tests/*.vtc
+VMOD_TDATA = tests/test01a.json tests/test01b.json tests/test01c.json
+VMOD_TESTS = tests/test01.vtc
 .PHONY: $(VMOD_TESTS) $(VMOD_TDATA)
 
-tests/*.vtc: libvmod_netmapper.la
+$(VMOD_TESTS): libvmod_netmapper.la
        $(VARNISHTEST) -Dvarnishd=$(VARNISHD) 
-Dvmod_topbuild=$(abs_top_builddir) -Dvmod_topsrc=$(abs_top_srcdir) $(srcdir)/$@
 
 check: $(VMOD_TESTS)

-- 
To view, visit https://gerrit.wikimedia.org/r/84012
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9eb45236f42518b798eaeb7a5577ca7f77fa477a
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/varnish/libvmod-netmapper
Gerrit-Branch: master
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to