From: Ian Jackson Date: Sun, 22 Aug 2021 22:06:56 +0000 (+0100) Subject: wire tests into Makefile X-Git-Tag: hippotat/1.0.0~80 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=bc6abd9152c0adae58590618a94da7592e08c3ca;p=hippotat.git wire tests into Makefile Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 7a4a7b2..5f6c955 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ all: cargo-build doc check: cargo-test $(addprefix stamp/,$(TESTS)) cargo-build: stamp/cargo-build -cargo-test: # stamp/cargo-test xxx +cargo-test: stamp/cargo-test stamp/cargo-%: $(call rsrcs,.) $(NAILING_CARGO) $* $(CARGO_BUILD_OPTIONS)