From: Nico Pache <npa...@redhat.com>

Enable KUNIT tests for testing

Some tests were accidently disabled: BITFIELD,CMDLINE,LINEAR_RANGES.
Enable these tests, and add all the missing tests into the
modules-internal package.

Signed-off-by: Nico Pache <npa...@redhat.com>

diff --git a/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT 
b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
+++ b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
@@ -1 +1 @@
-# CONFIG_BITFIELD_KUNIT is not set
+CONFIG_BITFIELD_KUNIT=m
diff --git a/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
+++ b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
@@ -1 +1 @@
-# CONFIG_CMDLINE_KUNIT_TEST is not set
+CONFIG_CMDLINE_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST 
b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
+++ b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
@@ -1 +1 @@
-# CONFIG_LINEAR_RANGES_TEST is not set
+CONFIG_LINEAR_RANGES_TEST=m
diff --git a/redhat/mod-internal.list b/redhat/mod-internal.list
index blahblah..blahblah 100644
--- a/redhat/mod-internal.list
+++ b/redhat/mod-internal.list
@@ -18,11 +18,14 @@ test_bits
 test_kasan
 time_test
 fat_test
+lib_test
 rational-test
 test_list_sort
 slub_kunit
-lib_test
+memcpy_kunit
+dev_addr_lists_test
 kfence_test
+test_hash
 locktorture
 mac80211_hwsim
 netdevsim

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1599
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to