From e256d2b1d121e91c6c4033d41aa999b67252958e Mon Sep 17 00:00:00 2001 From: Wesley Moore <wes@wezm.net> Date: Sat, 8 Mar 2025 11:21:47 +1000 Subject: [PATCH] Include tests in make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db2e227..29c1788 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TEST_SRC := $(shell find tests -name '*.s') # Replace .s with .elf TESTS := $(patsubst %.s,%.elf,$(TEST_SRC)) -all: calc.elf +all: calc.elf tests check: tests @tests/unittest