diff options
author | David Robillard <d@drobilla.net> | 2025-02-26 10:07:26 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-26 10:07:26 -0500 |
commit | 1ae233041315cca09f540adc3f68ed73166b87b0 (patch) | |
tree | 334be5296b505d628d6b63aa2ef43b9a2e85f3d6 /test/headers | |
parent | 68d00913b6f895d1aa7a761c4df4a88a5450ace2 (diff) | |
download | suil-main.tar.gz suil-main.tar.bz2 suil-main.zip |
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build index aed8397..b0cf3d9 100644 --- a/test/headers/meson.build +++ b/test/headers/meson.build @@ -26,6 +26,7 @@ test( files('test_headers.c'), c_args: header_c_suppressions, dependencies: suil_dep, + implicit_include_directories: false, ), suite: 'unit', ) |