From 86e5e821531ff563b7e4642aa792d9e0f3067557 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 14:51:34 -0500 Subject: Test headers for warnings more strictly --- test/meson.build | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index bd736fe..630fb0d 100644 --- a/test/meson.build +++ b/test/meson.build @@ -71,7 +71,7 @@ if is_variable('cpp') test('cpp', executable( 'test_build_cpp', - files('test_build.cpp'), + files('cpp/test_build.cpp'), cpp_args: cpp_suppressions, dependencies: [lv2_dep], ), @@ -112,6 +112,12 @@ if get_option('strict') endif endif +################### +# Header Warnings # +################### + +subdir('headers') + ############## # Unit Tests # ############## -- cgit v1.2.1