From 844f5a9d337ad80cac3489e62499598bf4020182 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Wed, 22 Jul 2020 15:12:29 +0200 Subject: [PATCH] hook up test/todo in the toplevel test makefile --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile b/test/Makefile index fc1ac246c..be6e60013 100644 --- a/test/Makefile +++ b/test/Makefile @@ -25,6 +25,7 @@ continue: @$(MAKE) -C ref all @$(MAKE) -C err all @$(MAKE) -C misc all + @$(MAKE) -C todo all mostlyclean: @$(MAKE) -C asm clean @@ -33,6 +34,7 @@ mostlyclean: @$(MAKE) -C ref clean @$(MAKE) -C err clean @$(MAKE) -C misc clean + @$(MAKE) -C todo clean clean: mostlyclean @$(call RMDIR,$(WORKDIR))