diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-21 15:54:41 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-06-23 11:52:49 +0000 |
commit | a9949f4760fea60ee790c27629e9620bf3ab5e3f (patch) | |
tree | 0e9f6d4160dd09a0d445e066ad6dcfed29800eb6 /tests/unit/meson.build | |
parent | 39a1e248c9e7adea312c5b7e1743a8e55da63e6c (diff) |
libutil: add some serialize.hh serializer tests
Change-Id: I0116265a18bc44bba16c07bf419af70d5195f07d
Diffstat (limited to 'tests/unit/meson.build')
-rw-r--r-- | tests/unit/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build index 9f19e5fd9..2b5471526 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -49,6 +49,7 @@ libutil_tests_sources = files( 'libutil/paths-setting.cc', 'libutil/pool.cc', 'libutil/references.cc', + 'libutil/serialise.cc', 'libutil/suggestions.cc', 'libutil/tests.cc', 'libutil/url.cc', |