diff options
author | Emanuele Giuseppe Esposito | 2018-08-13 16:25:43 +0200 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 17:28:25 +0100 |
commit | 2013199d44cf9c20ab281c512279b45bc366379b (patch) | |
tree | cb0dd90031f4fda2630e58ca86cb048a9ac7c162 /tests/Makefile.include | |
parent | tests/libqos: arm/sabrelite machine node (diff) | |
download | qemu-2013199d44cf9c20ab281c512279b45bc366379b.tar.gz qemu-2013199d44cf9c20ab281c512279b45bc366379b.tar.xz qemu-2013199d44cf9c20ab281c512279b45bc366379b.zip |
tests/libqos: arm/xilinx-zynq-a9 machine node
Add xilinx-zynq-a9 machine to the graph. This machine contains generic-sdhci, so
its constructor must take care of setting it properly when called.
Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 47583529cc..c7800d57cd 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -758,6 +758,7 @@ qos-test-obj-y += tests/libqos/sdhci.o qos-test-obj-y += tests/libqos/arm-raspi2-machine.o qos-test-obj-y += tests/libqos/arm-sabrelite-machine.o qos-test-obj-y += tests/libqos/arm-smdkc210-machine.o +qos-test-obj-y += tests/libqos/arm-xilinx-zynq-a9-machine.o qos-test-obj-y += tests/libqos/x86_64_pc-machine.o check-unit-y += tests/test-qgraph$(EXESUF) |