summaryrefslogtreecommitdiff
path: root/net/wireless/tests/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2023-08-27 14:05:20 +0300
committerJohannes Berg <johannes.berg@intel.com>2023-09-11 12:32:16 +0200
commit730eeb17bbdd3c31f91e2a4fff35dd7e9c67d706 (patch)
tree2c0a3a30d146f4146de485dfde6d5e54d75ea489 /net/wireless/tests/Makefile
parent43125539fc69c6aa63d34b516939431391bddeac (diff)
wifi: cfg80211: add first kunit tests, for element defrag
Add a couple of tests for element defragmentation, to see that the function works correctly. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230827135854.e2a5cead1816.I09f0edc19d162b54ee330991c728c1e9aa42ebf6@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/tests/Makefile')
-rw-r--r--net/wireless/tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/wireless/tests/Makefile b/net/wireless/tests/Makefile
new file mode 100644
index 000000000000..fa8e297bbc5e
--- /dev/null
+++ b/net/wireless/tests/Makefile
@@ -0,0 +1,3 @@
+cfg80211-tests-y += module.o fragmentation.o
+
+obj-$(CONFIG_CFG80211_KUNIT_TEST) += cfg80211-tests.o