From 700677ca6351f790e491b4e0a688f770e2b2ea80 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 19 Jun 2018 21:34:06 +0200
Subject: [PATCH] attempt to fix tests timing

---
 Makefile.coq.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.coq.local b/Makefile.coq.local
index 59845343c..713aeb5f3 100644
--- a/Makefile.coq.local
+++ b/Makefile.coq.local
@@ -19,7 +19,7 @@ tests/.coqdeps.d: $(TESTFILES)
 	$(HIDE)$(COQDEP) -dyndep var $(COQMF_COQLIBS_NOML) $^ $(redir_if_ok)
 -include tests/.coqdeps.d
 
-$(TESTFILES:.v=.vo):
+$(TESTFILES:.v=.vo): %.vo: %.v
 	$(SHOW)COQTOP [test] $<
 	$(HIDE)TEST="$$(basename -s .v $<)" && \
 	  TMPFILE="$$(mktemp)" && \
-- 
GitLab