summaryrefslogtreecommitdiffstats
path: root/rules/catch2.in
blob: 26fc41fa6e078d9a072f0cfff7b3d2ae6bd916ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=test_suites

menuconfig CATCH2
	tristate
	prompt "Catch2                        "
	select HOST_CMAKE
	help
	  Catch2 is a multi-paradigm test framework for C++ primarily
	  distributed as a single header file. It comes with convenient
	  CMake integration.

if CATCH2

config CATCH2_BUILD_TESTING
	bool
	prompt "Build SelfTest project"

endif

# vim: ft=kconfig noet tw=72 ts=8 sw=8