mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 13:32:40 -04:00
We can test this with kunit instead of having the runtime checks, add a test here to remove the runtime check next. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250502155404.581b60b0833f.I624fb3efc3fa0b155a5da69d7efc39207f133331@changeid
4 lines
102 B
Makefile
4 lines
102 B
Makefile
iwlmvm-tests-y += module.o links.o scan.o hcmd.o
|
|
|
|
obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += iwlmvm-tests.o
|