0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Industrial I/O subsystem unit tests configuration
0004 #
0005
0006 # Keep in alphabetical order
0007 config IIO_RESCALE_KUNIT_TEST
0008 tristate "Test IIO rescale conversion functions" if !KUNIT_ALL_TESTS
0009 depends on KUNIT && IIO_RESCALE
0010 default KUNIT_ALL_TESTS
0011 help
0012 Build unit tests for the iio-rescale code.
0013
0014 For more information on KUnit and unit tests in general, please refer
0015 to the KUnit documentation in Documentation/dev-tools/kunit/.
0016
0017 If unsure, say N.
0018
0019 config IIO_FORMAT_KUNIT_TEST
0020 tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS
0021 depends on KUNIT
0022 default KUNIT_ALL_TESTS
0023 help
0024 build unit tests for the IIO formatting functions.
0025
0026 For more information on KUnit and unit tests in general, please refer
0027 to the KUnit documentation in Documentation/dev-tools/kunit/.
0028
0029 If unsure, say N.