File tree Expand file tree Collapse file tree 3 files changed +34
-38
lines changed
tests/bluetooth/audio/pacs Expand file tree Collapse file tree 3 files changed +34
-38
lines changed Original file line number Diff line number Diff line change 2
2
3
3
cmake_minimum_required (VERSION 3.20.0)
4
4
5
- find_package (Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE} )
6
-
5
+ find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
7
6
project (bluetooth_pacs)
8
7
9
- add_subdirectory (${ZEPHYR_BASE} /tests/bluetooth/audio/pacs/uut uut)
10
-
11
- target_link_libraries (testbinary PRIVATE uut)
12
-
13
- target_include_directories (testbinary PRIVATE include )
14
-
15
- target_sources (testbinary
8
+ target_sources (app
16
9
PRIVATE
17
10
src/main.c
18
11
)
Original file line number Diff line number Diff line change @@ -4,56 +4,80 @@ common:
4
4
- bluetooth_audio
5
5
tests :
6
6
bluetooth.audio.pacs.test_default :
7
- type : unit
7
+ platform_allow :
8
+ - native_sim
9
+ integration_platforms :
10
+ - native_sim
8
11
extra_configs :
9
12
- CONFIG_BT_PAC_SNK=y
10
13
- CONFIG_BT_PAC_SNK_LOC=y
11
14
- CONFIG_BT_PAC_SRC=y
12
15
- CONFIG_BT_PAC_SRC_LOC=y
13
16
bluetooth.audio.pacs.test_snk_pac_snk_loc_src_pac :
14
- type : unit
17
+ platform_allow :
18
+ - native_sim
19
+ integration_platforms :
20
+ - native_sim
15
21
extra_configs :
16
22
- CONFIG_BT_PAC_SNK=y
17
23
- CONFIG_BT_PAC_SNK_LOC=y
18
24
- CONFIG_BT_PAC_SRC=y
19
25
- CONFIG_BT_PAC_SRC_LOC=n
20
26
bluetooth.audio.pacs.test_snk_pac_snk_loc :
21
- type : unit
27
+ platform_allow :
28
+ - native_sim
29
+ integration_platforms :
30
+ - native_sim
22
31
extra_configs :
23
32
- CONFIG_BT_PAC_SNK=y
24
33
- CONFIG_BT_PAC_SNK_LOC=y
25
34
- CONFIG_BT_PAC_SRC=n
26
35
- CONFIG_BT_PAC_SRC_LOC=n
27
36
bluetooth.audio.pacs.test_snk_pac :
28
- type : unit
37
+ platform_allow :
38
+ - native_sim
39
+ integration_platforms :
40
+ - native_sim
29
41
extra_configs :
30
42
- CONFIG_BT_PAC_SNK=y
31
43
- CONFIG_BT_PAC_SNK_LOC=n
32
44
- CONFIG_BT_PAC_SRC=n
33
45
- CONFIG_BT_PAC_SRC_LOC=n
34
46
bluetooth.audio.pacs.test_snk_pac_src_pac_src_loc :
35
- type : unit
47
+ platform_allow :
48
+ - native_sim
49
+ integration_platforms :
50
+ - native_sim
36
51
extra_configs :
37
52
- CONFIG_BT_PAC_SNK=y
38
53
- CONFIG_BT_PAC_SNK_LOC=n
39
54
- CONFIG_BT_PAC_SRC=y
40
55
- CONFIG_BT_PAC_SRC_LOC=y
41
56
bluetooth.audio.pacs.test_snk_pac_src_pac :
42
- type : unit
57
+ platform_allow :
58
+ - native_sim
59
+ integration_platforms :
60
+ - native_sim
43
61
extra_configs :
44
62
- CONFIG_BT_PAC_SNK=y
45
63
- CONFIG_BT_PAC_SNK_LOC=n
46
64
- CONFIG_BT_PAC_SRC=y
47
65
- CONFIG_BT_PAC_SRC_LOC=n
48
66
bluetooth.audio.pacs.test_src_pac_src_loc :
49
- type : unit
67
+ platform_allow :
68
+ - native_sim
69
+ integration_platforms :
70
+ - native_sim
50
71
extra_configs :
51
72
- CONFIG_BT_PAC_SNK=n
52
73
- CONFIG_BT_PAC_SNK_LOC=n
53
74
- CONFIG_BT_PAC_SRC=y
54
75
- CONFIG_BT_PAC_SRC_LOC=y
55
76
bluetooth.audio.pacs.test_src_pac :
56
- type : unit
77
+ platform_allow :
78
+ - native_sim
79
+ integration_platforms :
80
+ - native_sim
57
81
extra_configs :
58
82
- CONFIG_BT_PAC_SNK=n
59
83
- CONFIG_BT_PAC_SNK_LOC=n
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments