diff options
author | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-12-16 16:40:48 +0100 |
---|---|---|
committer | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-12-17 10:33:14 +0100 |
commit | 9abc05fae9364aae88eb0dc14b3f994905f276b3 (patch) | |
tree | 587ddda674b791975f8e65# SPDX-License-Identifier: CC0-1.0 log_test = [ ['log_api', 'log_api.cpp'], ['log_process', 'log_process.cpp'], ] foreach t : log_test exe = executable(t[0], t[1], dependencies : libcamera_dep, link_with : test_libraries, include_directories : test_includes_internal) test(t[0], exe, suite : 'log') endforeach |