zephyr/tests/lib/cmsis_dsp/transform/Kconfig
Stephanos Ioannidis d7b882147d tests: lib: cmsis_dsp: Add 'transform' test application
This commit adds the test application for the CMSIS-DSP 'transform'
functions.

This test application is loosely based on the C++ test suite included
in the upstream CMSIS-DSP distribution.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-04-22 12:08:28 -05:00

29 lines
653 B
Plaintext

# Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
# SPDX-License-Identifier: Apache-2.0
config CMSIS_DSP_TEST_TRANSFORM_CQ15
bool "Test: Transform CQ15"
config CMSIS_DSP_TEST_TRANSFORM_RQ15
bool "Test: Transform RQ15"
config CMSIS_DSP_TEST_TRANSFORM_CQ31
bool "Test: Transform CQ31"
config CMSIS_DSP_TEST_TRANSFORM_RQ31
bool "Test: Transform RQ31"
config CMSIS_DSP_TEST_TRANSFORM_CF32
bool "Test: Transform CF32"
config CMSIS_DSP_TEST_TRANSFORM_RF32
bool "Test: Transform RF32"
config CMSIS_DSP_TEST_TRANSFORM_CF64
bool "Test: Transform CF64"
config CMSIS_DSP_TEST_TRANSFORM_RF64
bool "Test: Transform RF64"
source "Kconfig"