]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Avoid crossdir inclusion for networkxml2* tests
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 27 Jan 2026 19:43:25 +0000 (20:43 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Jan 2026 12:38:08 +0000 (13:38 +0100)
commit9d6f5ac1f31a2fedd6ce2e40932411e446b4e2cd
treee6b12420ba8f2e488a5aa35c95722f5ec4a0804e
parent13889feb14a24fdf7717960aa5331a0b63ce97ed
tests: Avoid crossdir inclusion for networkxml2* tests

Instead of including network driver header files as:

  #include "network/header.h"

pass network_inc_dir to the compiler and include files directly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/meson.build
tests/networkxml2conftest.c
tests/networkxml2firewalltest.c
tests/networkxml2xmltest.c