Loading tests/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ $(call set-vpath, $(SRC_PATH)/tests) CFLAGS=-Wall -O2 -g -fno-strict-aliasing CFLAGS=-Wall -O2 -g -fno-strict-aliasing -I.. #CFLAGS+=-msse2 LDFLAGS= Loading tests/test_path.c +11 −2 Original line number Diff line number Diff line /* 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_SIMPLE_TRACE #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; Loading Loading
tests/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ $(call set-vpath, $(SRC_PATH)/tests) CFLAGS=-Wall -O2 -g -fno-strict-aliasing CFLAGS=-Wall -O2 -g -fno-strict-aliasing -I.. #CFLAGS+=-msse2 LDFLAGS= Loading
tests/test_path.c +11 −2 Original line number Diff line number Diff line /* 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_SIMPLE_TRACE #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; Loading