Searched refs:randconfig (Results 1 - 8 of 8) sorted by relevance

/linux-master/scripts/kconfig/tests/choice_randomize2/
H A D__init__.py15 assert conf.randconfig(seed=i) == 0
/linux-master/tools/testing/ktest/examples/include/
H A Dtests.conf4 # The variable TEST can be of boot, build, randconfig, or test.
50 # randconfig will not have the necessary configs needed to
54 TEST_START ITERATE 10 IF ${TEST} == randconfig
57 BUILD_TYPE = randconfig
63 TEST_START ITERATE 10 IF ${TEST} == randconfig && ${MULTI}
65 BUILD_TYPE = randconfig
/linux-master/scripts/kconfig/tests/choice_randomize/
H A D__init__.py5 This is a somewhat tricky case for randconfig; the visibility of one choice is
18 assert conf.randconfig(seed=i) == 0
/linux-master/scripts/kconfig/
H A Dconf.c31 randconfig, enumerator in enum:input_mode
674 {"randconfig", no_argument, &input_mode_opt, randconfig},
706 printf(" --randconfig New config with random answer to all options\n");
747 case randconfig:
792 case randconfig:
810 case randconfig: name = "allrandom.config"; break;
853 case randconfig:
H A DMakefile79 alldefconfig randconfig listnewconfig olddefconfig syncconfig \
145 @echo ' randconfig - New config with random answer to all options'
/linux-master/arch/riscv/
H A DMakefile188 -f $(srctree)/Makefile randconfig
193 -f $(srctree)/Makefile randconfig
/linux-master/scripts/kconfig/tests/
H A Dconftest.py196 def randconfig(self, all_config=None, seed=None): member in class:Conf
197 """Run randconfig.
200 seed: the seed for randconfig (optional)
/linux-master/arch/powerpc/
H A DMakefile347 -f $(srctree)/Makefile randconfig
352 -f $(srctree)/Makefile randconfig

Completed in 177 milliseconds