]> Git Repo - linux.git/commitdiff
kunit: add wireless unit tests
authorJohannes Berg <[email protected]>
Fri, 26 Jan 2024 08:34:17 +0000 (10:34 +0200)
committerJohannes Berg <[email protected]>
Fri, 26 Jan 2024 08:54:20 +0000 (09:54 +0100)
Add cfg80211, mac80211 and iwlwifi to the all_tests config
so that the unit tests (enabled by KUNIT_ALL_TESTS) will be
run by default.

Signed-off-by: Johannes Berg <[email protected]>
tools/testing/kunit/configs/all_tests.config

index 3bf506d4a63ccd30375cb4b72fdb18af634c2342..12da4c493867f6964c1589ff9f49454ac2351660 100644 (file)
@@ -27,6 +27,11 @@ CONFIG_MCTP=y
 CONFIG_INET=y
 CONFIG_MPTCP=y
 
+CONFIG_CFG80211=y
+CONFIG_MAC80211=y
+CONFIG_WLAN_VENDOR_INTEL=y
+CONFIG_IWLWIFI=y
+
 CONFIG_DAMON=y
 CONFIG_DAMON_VADDR=y
 CONFIG_DAMON_PADDR=y
This page took 0.082759 seconds and 4 git commands to generate.