chiark / gitweb /
Makefile: Provide for-at and for-wdt convenience targets
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 Apr 2021 11:24:04 +0000 (12:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 Apr 2021 11:24:14 +0000 (12:24 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 02d8391c67e3d28bbbada29a14d384590ca9e9ab..b5681caedd48a02d8e593be457127c860b37d0a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -316,10 +316,12 @@ AT_WDT_RUN = $(NAILING_CARGO_JUST_RUN) $(abspath $<)
 AT_RUN = $(AT_WDT_RUN) $(basename $(notdir $@))
 WDT_RUN = $(AT_WDT_RUN) wdriver --test=$(basename $(notdir $@))
 
+for-at:                        $(AT_DEPS)
 stamp/at-%.check:      $(AT_DEPS)
        $(AT_RUN)
        $(stamp)
 
+for-wdt:               $(AT_DEPS)
 stamp/wdt-%.check:     $(WDT_DEPS)
        $(WDT_RUN)
        $(stamp)