diff options
Diffstat (limited to 'tests/unit/meson.build')
| -rw-r--r-- | tests/unit/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build index 51f453e6c4..fa63cfe6ff 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -11,6 +11,7 @@ tests = { 'check-qobject': [], 'check-qjson': [], 'check-qlit': [], + 'test-error-report': [], 'test-qobject-output-visitor': [testqapi], 'test-clone-visitor': [testqapi], 'test-qobject-input-visitor': [testqapi], @@ -47,6 +48,7 @@ tests = { 'ptimer-test': ['ptimer-test-stubs.c', meson.project_source_root() / 'hw/core/ptimer.c'], 'test-qapi-util': [], 'test-interval-tree': [], + 'test-xs-node': [qom], } if have_system or have_tools |