aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorEmanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>2018-08-13 16:20:07 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 17:28:25 +0100
commitaea9ac5172d17ab5a8c334fc7b8822b4ea949e15 (patch)
treebf4ef3514ba137fab41828e29fd53fbf62431df3 /tests/Makefile.include
parentc9599c9a607c526a39f5504e76ead3daa71a3c92 (diff)
tests/libqos: arm/sabrelite machine node
Add arm/sabrelite 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.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 959d026b49..47583529cc 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -756,6 +756,7 @@ qos-test-obj-y += tests/libqos/sdhci.o
# Machines
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/x86_64_pc-machine.o