summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index afe9bd9a..924a26f1 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,5 +1,5 @@
test_init = executable('test_init', 'init.cpp',
link_with : libcamera,
- include_directories : inc)
+ include_directories : libcamera_includes)
test('Initialisation test', test_init)