# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2026 Hunan Kylinsec Technology Co., Ltd
#

config NET_KPRP_KUNIT_TEST
	tristate "KUnit tests for the kprp call fun"
	depends on KUNIT
	select HSR
	help
	  This builds the KUnit tests for the kprp upcall.

	  KUnit tests run during boot and output the results to the debug
	  log in TAP format (https://testanything.org/). Only useful for
	  kernel devs running KUnit test harness and are not for inclusion
	  into a production build.

	  For more information on KUnit and unit tests in general, refer
	  to the KUnit documentation in Documentation/dev-tools/kunit/.
