提交 0b648155 编写于 作者: D Daniel P. Berrange

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
上级 91b56239
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册