From 2b72dfaf0152b55be19238bd3a8a728c7e536496 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 27 Dec 2018 23:01:43 +0100 Subject: [PATCH] coccinelle: add missing tests to make dist --- qa/coccinelle/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \