# SPDX-License-Identifier: CC0-1.0 control_tests = [ ['control_info', 'control_info.cpp'], ['control_info_map', 'control_info_map.cpp'], ['control_list', 'control_list.cpp'], ['control_value', 'control_value.cpp'], ] foreach t : control_tests exe = executable(t[0], t[1], dependencies : libcamera_public, link_with : test_libraries, include_directories : test_includes_internal) test(t[0], exe, suite : 'controls', is_parallel : false) endforeach lt='cgit logo'/> index : libcamera/libcamera.git
libcamera official repositorygit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/src/libcamera/include/ipc_unixsocket.h
blob: 820d056110493d619e1c1c4ca95e0ccee24e6d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59