Include tests in make all

This commit is contained in:
Wesley Moore 2025-03-08 11:21:47 +10:00
parent 5f3cbbb8a4
commit e256d2b1d1
No known key found for this signature in database

View file

@ -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