summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-20 12:56:42 -0500
committerDavid Robillard <d@drobilla.net>2025-01-20 12:58:37 -0500
commitd8499db010b1e42ebd14f2f2900db59200f61dc1 (patch)
tree0858c32309ab44d5dd8f83e9f502674a325fa9d3 /test/meson.build
parent5edcf18adfbc4240040c667c00884cbd049e3a84 (diff)
downloadsord-d8499db010b1e42ebd14f2f2900db59200f61dc1.tar.gz
sord-d8499db010b1e42ebd14f2f2900db59200f61dc1.tar.bz2
sord-d8499db010b1e42ebd14f2f2900db59200f61dc1.zip
Use "system" include type for all dependencies and add header test
Things get confused when these flags differ across projects, so universally use "system" for external dependencies and test for header warnings only in the project that owns them.
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index cf8bcc4..8a26004 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,6 +1,12 @@
-# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# Copyright 2021-2025 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
+###################
+# Header Warnings #
+###################
+
+subdir('headers')
+
####################
# Project Metadata #
####################