Skip to content
Snippets Groups Projects
Commit 57d4370b authored by raphael.bach's avatar raphael.bach
Browse files

Add test target which link to tests target because I don't want to type that extra 's'

parent 036b0adc
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -248,6 +248,9 @@ log.o: $(LOG_DEP) ...@@ -248,6 +248,9 @@ log.o: $(LOG_DEP)
.PHONY: all .PHONY: all
all: sparse2img img2sparse all: sparse2img img2sparse
.PHONY: test
test: tests
.PHONY: tests .PHONY: tests
tests: tests:
$(SCANBUILD) $(SCANBUILD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment