[master] 72bacde Rework to avoid running the tests twice

Federico G. Schwindt fgsch at lodoss.net
Thu Apr 5 10:02:08 UTC 2018


commit 72bacde7fbffc50c2a62c9988b99d8a830b60d30
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Apr 5 11:00:48 2018 +0100

    Rework to avoid running the tests twice

diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index 06f2259..392b02a 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -77,11 +77,10 @@ EXTRA_DIST = $(top_srcdir)/bin/varnishtest/tests/*.vtc \
 	$(top_srcdir)/bin/varnishtest/sequences \
 	$(top_srcdir)/bin/varnishtest/teken.3
 
+teken.c: teken_state.h
+
 teken_state.h:	$(srcdir)/sequences $(srcdir)/gensequences
 	awk -f $(srcdir)/gensequences $(srcdir)/sequences \
 	    > $(builddir)/teken_state.h
 
-BUILT_SOURCES = teken_state.h
-
-CLEANFILES = $(BUILT_SOURCES)
-
+CLEANFILES = $(builddir)/teken_state.h


More information about the varnish-commit mailing list