mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-13 00:46:03 -06:00
Move test driver into src/test/
* src/Makefile.am, src/libvirt.c: Adjust for changed paths * src/test.c: Rename to src/test/test_driver.c, * src/test.h: Rename to src/test/test_driver.h
This commit is contained in:
parent
91b56239e0
commit
0b648155e7
@ -104,7 +104,7 @@ REMOTE_DRIVER_SOURCES = \
|
||||
|
||||
# Mock driver, covering domains, storage, networks, etc
|
||||
TEST_DRIVER_SOURCES = \
|
||||
test.c test.h
|
||||
test/test_driver.c test/test_driver.h
|
||||
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
#ifndef WITH_DRIVER_MODULES
|
||||
#ifdef WITH_TEST
|
||||
#include "test.h"
|
||||
#include "test/test_driver.h"
|
||||
#endif
|
||||
#ifdef WITH_XEN
|
||||
#include "xen/xen_driver.h"
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "test.h"
|
||||
#include "test_driver.h"
|
||||
#include "buf.h"
|
||||
#include "util.h"
|
||||
#include "uuid.h"
|
Loading…
Reference in New Issue
Block a user