aboutsummaryrefslogtreecommitdiff
path: root/hw/tricore/meson.build
diff options
context:
space:
mode:
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>2021-05-12 11:20:33 +0100
committerAlex Bennée <alex.bennee@linaro.org>2021-05-18 09:36:21 +0100
commit582079c9d27fc8cfff9f495072300416e0e4aafe (patch)
treefb2bba7c4a85018f8b52be9c3ce4c70ecca0135a /hw/tricore/meson.build
parent9ab10ba31ee78cf59994ce494e075b51349c78f2 (diff)
downloadqemu-582079c9d27fc8cfff9f495072300416e0e4aafe.zip
qemu-582079c9d27fc8cfff9f495072300416e0e4aafe.tar.gz
qemu-582079c9d27fc8cfff9f495072300416e0e4aafe.tar.bz2
hw/tricore: Add testdevice for tests in tests/tcg/
this device is used to verify the correctness of regression tests by allowing guests to write their exit status to this device. This is then used by qemu to exit using the written status. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210305170045.869437-4-kbastian@mail.uni-paderborn.de> Message-Id: <20210512102051.12134-14-alex.bennee@linaro.org>
Diffstat (limited to 'hw/tricore/meson.build')
-rw-r--r--hw/tricore/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/tricore/meson.build b/hw/tricore/meson.build
index 77ff6fd..47e36bb 100644
--- a/hw/tricore/meson.build
+++ b/hw/tricore/meson.build
@@ -1,5 +1,6 @@
tricore_ss = ss.source_set()
tricore_ss.add(when: 'CONFIG_TRICORE', if_true: files('tricore_testboard.c'))
+tricore_ss.add(when: 'CONFIG_TRICORE', if_true: files('tricore_testdevice.c'))
tricore_ss.add(when: 'CONFIG_TRIBOARD', if_true: files('triboard.c'))
tricore_ss.add(when: 'CONFIG_TC27X_SOC', if_true: files('tc27x_soc.c'))