aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-10-28 14:00:47 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 23:03:56 -0500
commit4cfc8dc3521480672938a74813ca8bf19eaee964 (patch)
tree75a38a732bfb507b25d0810cc3218c91d150f809 /test/meson.build
parent02a9f3a340e441a3b12221d4a969362de5e8edd0 (diff)
downloadserd-4cfc8dc3521480672938a74813ca8bf19eaee964.tar.gz
serd-4cfc8dc3521480672938a74813ca8bf19eaee964.tar.bz2
serd-4cfc8dc3521480672938a74813ca8bf19eaee964.zip
Add SerdNodes for storing a cache of interned nodes
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 57163f23..04c89731 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -9,6 +9,7 @@ unit_tests = [
'env',
'free_null',
'node',
+ 'nodes',
'overflow',
'read_chunk',
'reader_writer',