aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-10 21:24:37 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:51:23 -0400
commit7dfdb1744c99d874f7672250cd90b1b9d8d904f2 (patch)
tree5c4f93b77b99e674cdb528d2bac7f28798f37666 /test
parent565366ae88efcb0e384039f17c0253917ddb5d63 (diff)
downloadjalv-7dfdb1744c99d874f7672250cd90b1b9d8d904f2.tar.gz
jalv-7dfdb1744c99d874f7672250cd90b1b9d8d904f2.tar.bz2
jalv-7dfdb1744c99d874f7672250cd90b1b9d8d904f2.zip
Clean up symap implementation and run unit test
Diffstat (limited to 'test')
-rw-r--r--test/meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index d789d01..f696dba 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -22,3 +22,16 @@ if not meson.is_subproject()
)
endif
endif
+
+##############
+# Unit Tests #
+##############
+
+test(
+ 'test_symap',
+ executable(
+ 'test_symap',
+ files('../src/symap.c'),
+ c_args: ['-DSYMAP_STANDALONE'],
+ ),
+)