From fc9b226d19b59e965b1746ba5dc6fc603de3b591 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 23 Jun 2021 23:10:20 +0100 Subject: test: Ensure LIBCAMERA_BASE_PRIVATE isn't public If LIBCAMERA_BASE_PRIVATE is ever exposed on the libcamera public dependencies, then the private.h header protection will be circumvented. Provide a test which will fail (at compile time) if the LIBCAMERA_BASE_PRIVATE define ever leaks to the public dependencies. Reviewed-by: Paul Elder Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- test/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 73eb44d0..2c3e7654 100644 --- a/test/meson.build +++ b/test/meson.build @@ -25,6 +25,7 @@ subdir('v4l2_videodevice') public_tests = [ ['geometry', 'geometry.cpp'], + ['public-api', 'public-api.cpp'], ['signal', 'signal.cpp'], ['span', 'span.cpp'], ] -- cgit v1.2.1