diff options
author | Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> | 2018-07-03 16:52:20 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 17:28:25 +0100 |
commit | ad60d6d4acf722ddf9db353e3757d77ae37b4885 (patch) | |
tree | 32f377d907a52725aed86773022db2129dff48ad /tests/Makefile.include | |
parent | a0a9ba66f6784fe93ee0feb8a50250d7fa8440be (diff) |
tests/libqos: arm/raspi2 machine node
Add arm/raspi2 machine to the graph. This machine contains a 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 b1b03e64cf..41d248d344 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -755,6 +755,7 @@ qos-test-obj-y += $(libqos-pc-obj-y) 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/x86_64_pc-machine.o check-unit-y += tests/test-qgraph$(EXESUF) |