aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-26 09:52:23 -0500
committerDavid Robillard <d@drobilla.net>2025-03-16 20:22:36 -0400
commit15e147cdca733bd6ebc7d206149645171b571ca8 (patch)
treed78e9b3cdaddf81b1fdde4e2ecbb8146607d1256 /test/headers
parent365397d3a1dd95aa7bfdc8d70983c390aa309d17 (diff)
downloadserd-15e147cdca733bd6ebc7d206149645171b571ca8.tar.gz
serd-15e147cdca733bd6ebc7d206149645171b571ca8.tar.bz2
serd-15e147cdca733bd6ebc7d206149645171b571ca8.zip
Disable meson implicit include directories anti-feature
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build
index 6cb14f6e..b9125d2b 100644
--- a/test/headers/meson.build
+++ b/test/headers/meson.build
@@ -38,6 +38,7 @@ test(
files('test_headers.c'),
c_args: header_c_suppressions,
dependencies: serd_dep,
+ implicit_include_directories: false,
),
suite: 'unit',
)