From 7dfdb1744c99d874f7672250cd90b1b9d8d904f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 10 Aug 2022 21:24:37 -0400 Subject: Clean up symap implementation and run unit test --- test/meson.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test') 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'], + ), +) -- cgit v1.2.1