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.1.3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b72dfaf0152b55be19238bd3a8a728c7e536496;p=thirdparty%2Fsuricata.git coccinelle: add missing tests to make dist --- diff --git a/qa/coccinelle/Makefile.am b/qa/coccinelle/Makefile.am index 1599404434..3a85bc3904 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 \