From f75f6561e9f9245cd32ce0b5c4f64481ceaa259c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Apr 2021 19:51:06 +0100 Subject: [PATCH] Makefile: Add missing dependency of tests on specs Signed-off-by: Ian Jackson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cfce16d1..6435ca69 100644 --- 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)) \ -- 2.30.2