Skip to content

Commit dfef113

Browse files
author
Martin Klang
committed
added make check target
1 parent 391c302 commit dfef113

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ as: patch ## build assembly file (Build/patch.s)
177177
test: $(DEPS) ## run test patch
178178
@$(MAKE) -s -f test.mk test
179179

180+
check: patch ## run tests (compile dummy patch)
181+
180182
help: ## show this help
181183
@echo 'Usage: make [target] ...'
182184
@echo 'Targets:'

0 commit comments

Comments
 (0)