summaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build
index 3796d7f..2e18a44 100644
--- a/test/headers/meson.build
+++ b/test/headers/meson.build
@@ -37,11 +37,13 @@ endif
header_c_suppressions = cc.get_supported_arguments(header_c_suppressions)
+test_headers_source = files('test_headers.c')
+
test(
'headers',
executable(
'test_headers',
- files('test_headers.c'),
+ test_headers_source,
c_args: header_c_suppressions,
dependencies: [sratom_dep],
),