Skip to content

Commit

Permalink
ci: Testing test-spec speed up
Browse files Browse the repository at this point in the history
* test spec testing

Signed-off-by: Sebastian Wezel <[email protected]>
  • Loading branch information
DatGizmo committed Aug 30, 2024
1 parent dae7979 commit f91ecee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/pcm_mix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# Another test change to enabele ci-audio-test

zephyr_library()
zephyr_library_sources(
Expand Down
1 change: 1 addition & 0 deletions lib/pcm_mix/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# Test change to enable ci-audio-test

menuconfig PCM_MIX
bool "PCM - Pulse Code Modulation mix library"
Expand Down
1 change: 1 addition & 0 deletions lib/pcm_mix/pcm_mix.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
* Test change to enable ci-audio-test
*/

#include <pcm_mix.h>
Expand Down
1 change: 1 addition & 0 deletions subsys/bluetooth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# Texet to select ble test

zephyr_sources_ifdef(CONFIG_BT_GATT_POOL gatt_pool.c)
zephyr_sources_ifdef(CONFIG_BT_GATT_DM gatt_dm.c)
Expand Down

0 comments on commit f91ecee

Please sign in to comment.