chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a586a
)
Makefile: Add missing dependency of tests on specs
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 28 Apr 2021 18:51:06 +0000
(19:51 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 28 Apr 2021 18:51:06 +0000
(19:51 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cfce16d14fcf344043de308ebefdd20526c78e84..6435ca69c9fec6918bd9bab1447550005a3f3483 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-329,6
+329,7
@@
wdt: $(foreach f, $(WDT_TESTS), stamp/$f.check) \
$(foreach f, $(WDT_LANDSCAPE_TESTS), stamp/$f.lcheck) \
RUNTEST_DEPS = apitest/run1 stamp/cargo.debug $(FILEASSETS) \
+ $(wildcard specs/*.toml) \
$(wildcard libraries/*.toml) $(LIBRARY_FILES)
AT_DEPS = $(filter-out templates/script.js, $(RUNTEST_DEPS)) \