aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/meson.build
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-09-17 14:05:54 +0200
committerRichard Henderson <richard.henderson@linaro.org>2022-12-20 17:09:41 -0800
commit0d99d37a82f267395e97db2ece9b3880597253b2 (patch)
treec11f94a97132aadf4f22fdbc7ea9262cd9485913 /tests/unit/meson.build
parent8540a1f69578afb3b37866b1ce5bec46a9f6efbc (diff)
util: Add interval-tree.c
Copy and simplify the Linux kernel's interval_tree_generic.h, instantiating for uint64_t. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/unit/meson.build')
-rw-r--r--tests/unit/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index b497a41378..ffa444f432 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -47,6 +47,7 @@ tests = {
'ptimer-test': ['ptimer-test-stubs.c', meson.project_source_root() / 'hw/core/ptimer.c'],
'test-qapi-util': [],
'test-smp-parse': [qom, meson.project_source_root() / 'hw/core/machine-smp.c'],
+ 'test-interval-tree': [],
}
if have_system or have_tools