Include tests in make all
This commit is contained in:
parent
5f3cbbb8a4
commit
e256d2b1d1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue