[PATCH] Fix meson function tests
authorBernd Schubert <bschubert@ddn.com>
Thu, 24 Apr 2025 14:49:08 +0000 (16:49 +0200)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 27 Apr 2025 06:10:01 +0000 (08:10 +0200)
commit29d8d03cace60c3731bb5ab832560f0c7ea03a68
tree761878a70b9ed3a8de16a65a498a8769d75a1e4b
parentd6c5024c4c201073da62666096633f8b1f3c00dc
[PATCH] Fix meson function tests

Several meson tests were incorrectly failing

Checking for function "static_assert" : NO (cached)
Checking for function "pthread_setname_np" : NO (cached)
Check usable header "#include <linux/close_range.h>" : NO (cached)

These functions get now tested with compilation tests
and get found on my system.

Checking if "static_assert check" compiles: YES
Checking if "pthread_setname_np check" compiles: YES
Checking if "close_range check" compiles: YES

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Gbp-Pq: Name Fix_meson_function_tests.patch
meson.build