aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 951d4a1..4a7a09b 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -98,7 +98,7 @@ test(
executable(
'test_symap',
files('../src/symap.c'),
- c_args: ['-DSYMAP_STANDALONE'],
+ c_args: c_suppressions + ['-DSYMAP_STANDALONE'],
dependencies: [zix_dep],
),
)