aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2017-05-20 01:16:46 +0200
committerMaxime Dénès2017-05-20 01:16:46 +0200
commit6e25e6571100d627ddd332bcfa6c0a1605bcda9d (patch)
treef8d630b96f5f1b3c6a7ecac11236e3a3236707e1
parent062b933bbb67711036d676427a1708476f2fb4e7 (diff)
parentfa1e921257735d246d04be9e456f11ec7330b37a (diff)
Merge PR#651: Re-adding explicit dependency of misc universe test into all_stdlib.v.
-rw-r--r--test-suite/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 39ef05269f..afaa48463b 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -408,6 +408,11 @@ modules/%.vo: modules/%.v
misc: $(patsubst %.sh,%.log,$(wildcard misc/*.sh))
+misc/universes.log: misc/universes/all_stdlib.v
+
+misc/universes/all_stdlib.v:
+ cd .. && $(MAKE) test-suite/$@
+
$(patsubst %.sh,%.log,$(wildcard misc/*.sh)): %.log: %.sh $(PREREQUISITELOG)
@echo "TEST $<"
$(HIDE){ \