Pranith Kumar writes:
> You can call 'make tests-tcg' to build and run native tcg tests.
>
> Signed-off-by: Pranith Kumar
This breaks the normal make check output:
GTESTER tests/ptimer-test
CC tests/tmp105-test.o
CC tests/libqos/pci.o
tests/libqos/pci.c:14:24: fatal error: lib
You can call 'make tests-tcg' to build and run native tcg tests.
Signed-off-by: Pranith Kumar
---
tests/Makefile.include | 1 +
tests/tcg/Makefile.include | 33 +
2 files changed, 34 insertions(+)
create mode 100644 tests/tcg/Makefile.include
diff --git a/t