diff --git a/Makefile b/Makefile index 65304ab..142bf67 100644 --- a/Makefile +++ b/Makefile @@ -164,6 +164,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 \