summaryrefslogtreecommitdiff
path: root/tests/tcg/test_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/test_path.c')
-rw-r--r--tests/tcg/test_path.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/tcg/test_path.c b/tests/tcg/test_path.c
index a064eea8f..f8dd36aab 100644
--- a/tests/tcg/test_path.c
+++ b/tests/tcg/test_path.c
@@ -1,12 +1,15 @@
/* Test path override code */
#define _GNU_SOURCE
#include "config-host.h"
-#include "iov.c"
-#include "cutils.c"
-#include "path.c"
-#include "trace.c"
+#include "util/cutils.c"
+#include "util/hexdump.c"
+#include "util/iov.c"
+#include "util/path.c"
+#include "util/qemu-timer-common.c"
+#include "trace/control.c"
+#include "../trace/generated-events.c"
#ifdef CONFIG_TRACE_SIMPLE
-#include "../trace/simple.c"
+#include "trace/simple.c"
#endif
#include <stdarg.h>