]> Git Repo - qemu.git/blobdiff - tests/test_path.c
Makefile.target: Remove out of date comment
[qemu.git] / tests / test_path.c
index 7d6e831767f187202527827dbb246a12fa757c17..7265a9445d0f8e0c3b0c281180fb5701656c5af1 100644 (file)
@@ -1,12 +1,21 @@
 /* Test path override code */
-#define _GNU_SOURCE
+#include "../config-host.h"
+#include "../qemu-malloc.c"
+#include "../cutils.c"
 #include "../path.c"
+#include "../trace.c"
+#ifdef CONFIG_TRACE_SIMPLE
+#include "../simpletrace.c"
+#endif
+
 #include <stdarg.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 
+void qemu_log(const char *fmt, ...);
+
 /* Any log message kills the test. */
-void gemu_log(const char *fmt, ...)
+void qemu_log(const char *fmt, ...)
 {
     va_list ap;
 
@@ -149,4 +158,3 @@ int main(int argc, char *argv[])
     }
     return 0;
 }
-
This page took 0.024521 seconds and 4 git commands to generate.