diff options
| author | Emanuele Giuseppe Esposito | 2018-08-13 16:13:54 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 17:28:25 +0100 |
| commit | c9599c9a607c526a39f5504e76ead3daa71a3c92 (patch) | |
| tree | 31337bdc2313174955f6771b633e69e60de13d4b /tests/Makefile.include | |
| parent | tests/libqos: arm/raspi2 machine node (diff) | |
| download | qemu-c9599c9a607c526a39f5504e76ead3daa71a3c92.tar.gz qemu-c9599c9a607c526a39f5504e76ead3daa71a3c92.tar.xz qemu-c9599c9a607c526a39f5504e76ead3daa71a3c92.zip | |
tests/libqos: arm/smdkc210 machine node
Add arm/smdkc210 machine 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 41d248d344..959d026b49 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-smdkc210-machine.o qos-test-obj-y += tests/libqos/x86_64_pc-machine.o check-unit-y += tests/test-qgraph$(EXESUF) |
