summary refs log tree commit diff stats
path: root/tests/qtest/libqos/qgraph.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-08-04 20:00:40 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:20 -0400
commita2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch)
treefb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/qgraph.h
parent2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (diff)
downloadfocaccia-qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz
focaccia-qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/qgraph.h')
-rw-r--r--tests/qtest/libqos/qgraph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qtest/libqos/qgraph.h b/tests/qtest/libqos/qgraph.h
index db1244eb59..10543269ce 100644
--- a/tests/qtest/libqos/qgraph.h
+++ b/tests/qtest/libqos/qgraph.h
@@ -106,7 +106,7 @@ typedef void *(*QOSBeforeTest) (GString *cmd_line, void *arg);
  * <example>
  *   <title>Creating new driver an its interface</title>
  *   <programlisting>
- #include "libqos/qgraph.h"
+ #include "qgraph.h"
 
  struct My_driver {
      QOSGraphObject obj;
@@ -190,7 +190,7 @@ typedef void *(*QOSBeforeTest) (GString *cmd_line, void *arg);
  * <example>
  *   <title>Creating new test</title>
  *   <programlisting>
- * #include "libqos/qgraph.h"
+ * #include "qgraph.h"
  *
  * static void my_test_function(void *obj, void *data)
  * {
@@ -230,7 +230,7 @@ typedef void *(*QOSBeforeTest) (GString *cmd_line, void *arg);
  * a valid test path will be:
  * "/x86_64/pc/other_node/my_driver/my_interface/my_test".
  *
- * Additional examples are also in libqos/test-qgraph.c
+ * Additional examples are also in test-qgraph.c
  *
  * Command line:
  * Command line is built by using node names and optional arguments