aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ab09a8d845..3aeae23d54 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,3 +1,7 @@
+qht_bench = executable('qht-bench',
+ sources: files('qht-bench.c'),
+ dependencies: [qemuutil])
+
test_qapi_outputs = [
'qapi-builtin-types.c',
'qapi-builtin-types.h',