aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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'],
+ ),
+)