From 3e2ef7642e3f7dcf291fc163a47e1984498341db Mon Sep 17 00:00:00 2001 From: Sebastian Wezel Date: Fri, 3 May 2024 14:08:09 +0200 Subject: [PATCH] ci: Testing test-spec speed up test spec testing Signed-off-by: Sebastian Wezel --- lib/pcm_mix/CMakeLists.txt | 1 + lib/pcm_mix/Kconfig | 1 + lib/pcm_mix/pcm_mix.c | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/pcm_mix/CMakeLists.txt b/lib/pcm_mix/CMakeLists.txt index d52b7698926b..bb426db2b7e5 100644 --- a/lib/pcm_mix/CMakeLists.txt +++ b/lib/pcm_mix/CMakeLists.txt @@ -3,6 +3,7 @@ # # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause # +# Another test change to enabele ci-audio-test zephyr_library() zephyr_library_sources( diff --git a/lib/pcm_mix/Kconfig b/lib/pcm_mix/Kconfig index a473074ca4c6..de947c8ffd6e 100644 --- a/lib/pcm_mix/Kconfig +++ b/lib/pcm_mix/Kconfig @@ -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" diff --git a/lib/pcm_mix/pcm_mix.c b/lib/pcm_mix/pcm_mix.c index ac5cc4592b93..bfb9586da1a4 100644 --- a/lib/pcm_mix/pcm_mix.c +++ b/lib/pcm_mix/pcm_mix.c @@ -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