From 8ea3f86dbfb2dea92a5c3eed2d94801692ac8593 Mon Sep 17 00:00:00 2001 From: Bill Li Date: Thu, 5 Jan 2023 17:54:34 +0800 Subject: [PATCH] add missing include to test --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9cdeff02..4a7d14a6 100644 --- a/meson.build +++ b/meson.build @@ -302,7 +302,8 @@ if get_option('tests').enabled() cmocka_dep, spdlog_dep, dearimgui_dep - ]) + ], + include_directories: inc_common) test('test amdgpu', e, workdir : meson.project_source_root() + '/tests')