From 52864cbef155a9707098014b1e23632ff74ba0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Mon, 29 Sep 2025 19:36:30 -0700 Subject: [PATCH] Init and update submodules before test-suite --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9824bc4..0a49fc8 100644 --- a/Makefile +++ b/Makefile @@ -163,6 +163,8 @@ test: test-glj test-suite # vet test-glj: $(TEST-GLJ-TARGETS) test-suite: $(GLJ-CMD) + git submodule init + git submodule update cd $(TEST-SUITE-DIR) && \ $(abspath $<) $(TEST-SUITE-FILE) \ --expect-failures 38 \