// SPDX-License-Identifier: GPL-2.0 #include <kunit/test.h> #define MAX_PHYS_REGIONS … #define INVALID_VALUE … struct ne_phys_regions_test { … } phys_regions_test_cases[] = …; static void ne_misc_dev_test_merge_phys_contig_memory_regions(struct kunit *test) { … } static struct kunit_case ne_misc_dev_test_cases[] = …; static struct kunit_suite ne_misc_dev_test_suite = …; kunit_test_suite(…) …;