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:
0a13322
)
Makefile: Show different texts for tests and full tests
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Apr 2021 16:13:00 +0000
(17:13 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Apr 2021 20:40:36 +0000
(21:40 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c977fce716428acb1712c1207d20518ead53e44a..c4340bb53e2b27b4cd26d7bc8da284e264e3d35e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-135,11
+135,14
@@
WASM := wasm32-unknown-unknown
#---------- toplevel aggregate targets ----------
check: stamp/cargo.debug-check at wdt
- @echo '
All t
ests passed.'
+ @echo '
T
ests passed.'
full-check: stamp/cargo.release-check
full-check: stamp/cargo.release-miri stamp/cargo.debug-miri
+full-check:
+ @echo 'Full tests passed.'
+
doc: cargo-doc sphinx-doc
debug release:: %: stamp/cargo.% assets libraries extra-%