mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-17 11:21:05 -05: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>
12 lines
400 B
Makefile
12 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)
|