Lines Matching full:test
4 # The variable TEST can be of boot, build, randconfig, or test.
6 # Note that TEST is a variable created with ':=' and only exists
9 # The TEST option (defined with '=') is used to tell ktest.pl
10 # what test to run after a successful boot. The TEST option is
11 # persistent into the test runs.
15 # variable that tells this config what type of boot test to run.
23 # variable that will tell this config what test to run.
24 # (what to set the TEST option to).
31 # If TEST is set to 'boot' then just build a kernel and boot
33 TEST_START IF ${TEST} == boot
41 # and test it yourself, then just set TEST to build.
42 TEST_START IF ${TEST} == build
47 # Build, install, boot and test with a randconfg 10 times.
51 # boot your box. This version of the test requires a min
54 TEST_START ITERATE 10 IF ${TEST} == randconfig
56 TEST_TYPE = test
58 TEST = ${RUN_TEST}
63 TEST_START ITERATE 10 IF ${TEST} == randconfig && ${MULTI}
70 TEST_START IF ${TEST} == test
71 TEST_TYPE = test
73 TEST = ${RUN_TEST}