if conf.has('WITH_NETWORK')
tests += [
- { 'name': 'networkxml2conftest', 'link_with': [ network_driver_impl ] },
- { 'name': 'networkxml2firewalltest', 'link_with': [ network_driver_impl ] },
- { 'name': 'networkxml2xmltest', 'link_with': [ network_driver_impl ] },
+ { 'name': 'networkxml2conftest', 'include': [ network_inc_dir ], 'link_with': [ network_driver_impl ] },
+ { 'name': 'networkxml2firewalltest', 'include': [ network_inc_dir ], 'link_with': [ network_driver_impl ] },
+ { 'name': 'networkxml2xmltest', 'include': [ network_inc_dir ], 'link_with': [ network_driver_impl ], },
]
endif
#include "testutils.h"
#include "network_conf.h"
#include "viralloc.h"
-#include "network/bridge_driver.h"
+#include "bridge_driver.h"
#define LIBVIRT_VIRCOMMANDPRIV_H_ALLOW
#include "vircommandpriv.h"
#include "internal.h"
#include "testutils.h"
#include "network_conf.h"
-#include "network/bridge_driver.h"
+#include "bridge_driver.h"
#define VIR_FROM_THIS VIR_FROM_NONE