Commit cc5d2153 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: tools: Makefile: Add flawfinder

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 46e994c6
......@@ -25,6 +25,7 @@ CFLAGS = -ggdb $(INCLUDE) -Wall -Werror $(EXTRACFLAGS)
CFLAGS += -DGIT_VERSION="\"$(GIT_VERSION)\""
CPPCHECK ?= cppcheck
FLAWFINDER ?= flawfinder
all: $(TOOLS)
......@@ -45,4 +46,7 @@ install:
cppcheck:
$(CPPCHECK) -q $(INCLUDE) --suppress=missingIncludeSystem --enable=all *.c *.h --error-exitcode=1
flawfinder:
$(FLAWFINDER) -SQDC --error-level=4 .
.PHONY: cppcheck
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment