From: Eric Leblond Date: Thu, 27 Dec 2018 22:01:43 +0000 (+0100) Subject: coccinelle: add missing tests to make dist X-Git-Tag: suricata-4.0.7~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44983ed60565253f4c1d0daf0abd6c20cf049f98;p=thirdparty%2Fsuricata.git coccinelle: add missing tests to make dist --- diff --git a/qa/coccinelle/Makefile.am b/qa/coccinelle/Makefile.am index 4bc94f9bbb..80abbfcc71 100644 --- a/qa/coccinelle/Makefile.am +++ b/qa/coccinelle/Makefile.am @@ -4,6 +4,8 @@ EXTRA_DIST= access-pkt-packet.cocci \ direct-packet.cocci \ malloc-error-check.cocci \ pktnotset-packet.cocci \ + realloc.cocci \ + siginit.cocci \ size_t.cocci \ struct-flags.cocci \ sz3.cocci \