aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/meson.build
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-07-05 15:52:55 +0200
committerJade Lovelace <lix@jade.fyi>2024-07-13 00:56:37 +0200
commitf9641b9efd2478929e4811209111c3ca76836d68 (patch)
tree5462c1cd966af4684a4b849ca0fec130d8397a67 /tests/unit/meson.build
parentdde51af97df647e423943d63b5f65b55bf35d811 (diff)
libutil: add checked arithmetic tools
This is in preparation for adding checked arithmetic to the evaluator. Change-Id: I6e115ce8f5411feda1706624977a4dcd5efd4d13
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 a6719a060..c449b2276 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -35,6 +35,7 @@ liblixutil_test_support = declare_dependency(
libutil_tests_sources = files(
'libutil/canon-path.cc',
+ 'libutil/checked-arithmetic.cc',
'libutil/chunked-vector.cc',
'libutil/closure.cc',
'libutil/compression.cc',