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
|
# Mock driver, covering domains, storage, networks, etc
|
||||||
TEST_DRIVER_SOURCES = \
|
TEST_DRIVER_SOURCES = \
|
||||||
test.c test.h
|
test/test_driver.c test/test_driver.h
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#ifndef WITH_DRIVER_MODULES
|
#ifndef WITH_DRIVER_MODULES
|
||||||
#ifdef WITH_TEST
|
#ifdef WITH_TEST
|
||||||
#include "test.h"
|
#include "test/test_driver.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_XEN
|
#ifdef WITH_XEN
|
||||||
#include "xen/xen_driver.h"
|
#include "xen/xen_driver.h"
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
#include "virterror_internal.h"
|
#include "virterror_internal.h"
|
||||||
#include "datatypes.h"
|
#include "datatypes.h"
|
||||||
#include "test.h"
|
#include "test_driver.h"
|
||||||
#include "buf.h"
|
#include "buf.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "uuid.h"
|
#include "uuid.h"
|
Loading…
x
Reference in New Issue
Block a user