commit | 18b74e08383b40f116902a2b9ebb93c8599a923f | [log] [tgz] |
---|---|---|
author | Thomas Haller <thaller@redhat.com> | Mon May 06 10:39:30 2024 +0200 |
committer | Thomas Haller <thaller@redhat.com> | Mon May 06 11:36:57 2024 +0200 |
tree | cce302c69678348008c2329289622bc16079421e | |
parent | 691202bf0f8766e892c76b4ffd4042bbacf574aa [diff] |
tests: test compiling all public headers with C++ compiler While libnl3 is a C library (and itself can only be built using a C compiler), the public headers are supposed to also work with C++. Add a test for that. Unfortunately, this test does not cover whether all symbols are correctly marked as "extern "C"" for linkage.