mirror of https://github.com/OISF/suricata
Add coccinelle check to 'make check'
This patch adds coccinelle checking to the autotools 'make check'.remotes/origin/master-1.1.x
parent
d151314b4d
commit
7c841e1d7c
@ -0,0 +1 @@
|
|||||||
|
SUBDIRS = coccinelle
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
if HAVE_COCCINELLE
|
||||||
|
check:
|
||||||
|
./run_check.sh
|
||||||
|
endif
|
||||||
Loading…
Reference in New Issue