Extract functions used in tests to a separate file 65/317465/1
authorMichal Bloch <m.bloch@samsung.com>
Thu, 29 Aug 2024 12:01:15 +0000 (14:01 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Tue, 10 Sep 2024 12:45:26 +0000 (14:45 +0200)
commitfff31f892284b7db833dfc360a0286eda063f62c
tree6f1236ed482b699037a8bfe25f51a47e134d110a
parentc7bbb3f1e13aad64ed05629e483d868314cecd17
Extract functions used in tests to a separate file

Previously they were under an #ifdef macro,
which some static analyzer complained about.

Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cd1
Makefile.am
src/logctl/logctl.c
src/logctl/logctl_functions.c [new file with mode: 0644]
src/logctl/logctl_functions.h [new file with mode: 0644]