mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
Add KUnit tests for iio_multiply_value(). Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Hans de Goede <hansg@kernel.org> Link: https://patch.msgid.link/20250831104825.15097-6-hansg@kernel.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
11 lines
400 B
Makefile
11 lines
400 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the industrial I/O unit tests.
|
|
#
|
|
|
|
# Keep in alphabetical order
|
|
obj-$(CONFIG_IIO_RESCALE_KUNIT_TEST) += iio-test-rescale.o
|
|
obj-$(CONFIG_IIO_FORMAT_KUNIT_TEST) += iio-test-format.o
|
|
obj-$(CONFIG_IIO_GTS_KUNIT_TEST) += iio-test-gts.o
|
|
obj-$(CONFIG_IIO_MULTIPLY_KUNIT_TEST) += iio-test-multiply.o
|
|
CFLAGS_iio-test-format.o += $(DISABLE_STRUCTLEAK_PLUGIN)
|