linux/drivers/iio/test/iio-test-format.c

// SPDX-License-Identifier: GPL-2.0-only
/* Unit tests for IIO formatting functions
 *
 * Copyright (c) 2020 Lars-Peter Clausen <[email protected]>
 */

#include <kunit/test.h>
#include <linux/iio/iio.h>

#define IIO_TEST_FORMAT_EXPECT_EQ(_test, _buf, _ret, _val)

static void iio_test_iio_format_value_integer(struct kunit *test)
{}

static void iio_test_iio_format_value_fixedpoint(struct kunit *test)
{}

static void iio_test_iio_format_value_fractional(struct kunit *test)
{}

static void iio_test_iio_format_value_fractional_log2(struct kunit *test)
{}

static void iio_test_iio_format_value_multiple(struct kunit *test)
{}

static void iio_test_iio_format_value_integer_64(struct kunit *test)
{}

static struct kunit_case iio_format_test_cases[] =;

static struct kunit_suite iio_format_test_suite =;
kunit_test_suite();

MODULE_AUTHOR();
MODULE_DESCRIPTION();
MODULE_LICENSE();