162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Industrial I/O subsystem unit tests configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci# Keep in alphabetical order 762306a36Sopenharmony_ciconfig IIO_RESCALE_KUNIT_TEST 862306a36Sopenharmony_ci tristate "Test IIO rescale conversion functions" if !KUNIT_ALL_TESTS 962306a36Sopenharmony_ci depends on KUNIT && IIO_RESCALE 1062306a36Sopenharmony_ci default KUNIT_ALL_TESTS 1162306a36Sopenharmony_ci help 1262306a36Sopenharmony_ci Build unit tests for the iio-rescale code. 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci For more information on KUnit and unit tests in general, please refer 1562306a36Sopenharmony_ci to the KUnit documentation in Documentation/dev-tools/kunit/. 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci If unsure, say N. 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciconfig IIO_FORMAT_KUNIT_TEST 2062306a36Sopenharmony_ci tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS 2162306a36Sopenharmony_ci depends on KUNIT 2262306a36Sopenharmony_ci default KUNIT_ALL_TESTS 2362306a36Sopenharmony_ci help 2462306a36Sopenharmony_ci build unit tests for the IIO formatting functions. 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci For more information on KUnit and unit tests in general, please refer 2762306a36Sopenharmony_ci to the KUnit documentation in Documentation/dev-tools/kunit/. 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci If unsure, say N. 30