From 57d4370b43c537a2363ff933bc512ce898518a28 Mon Sep 17 00:00:00 2001 From: "raphael.bach" <raphael.bach@etu.hesge.ch> Date: Sat, 19 Jan 2019 20:32:32 +0100 Subject: [PATCH] Add test target which link to tests target because I don't want to type that extra 's' --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 63843d2..e5fba22 100644 --- a/makefile +++ b/makefile @@ -248,6 +248,9 @@ log.o: $(LOG_DEP) .PHONY: all all: sparse2img img2sparse +.PHONY: test +test: tests + .PHONY: tests tests: $(SCANBUILD) -- GitLab