aboutsummaryrefslogtreecommitdiffstats
path: root/extras/libmemif/test/suite_socket
AgeCommit message (Collapse)AuthorFilesLines
2025-02-20libmemif: Fixed strlcpy symbol detection.Alexander Slesarev1-1/+1
Type: fix libmemif can't be compiled with the modern glibc (since 2.38) and musl as they include strlcpy for _GNU_SOURCE by default now. The change introduced: - proper symbol detection for both strlcpy and memfd_create; - bumped CMake version requirements due to soon-to-be failed compilation for very old version; - fixed Unity compilation on the modern compilers (it has warnings, but compiled with `-Werror`). Change-Id: I48f9c410aa5405174dc6b65e9c9001e8b11ba276 Signed-off-by: Alexander Slesarev <aslesare@cisco.com>
2024-01-12libmemif: added testsDaniel Béreš2-0/+419
This patch provides unit tests for libmemif written in Unity Type: test Signed-off-by: Daniel Béreš <dberes@cisco.com> Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com> Change-Id: I19116def6e6d28efd5f460c93911245474a11321