Slide 19
Slide 19 text
19
5.5. Test patchset (4/4): Further work
●
Modify PATCHCHECK_TYPE option if you want to change the test for each patch.
●
The same value as TEST_TYPE option can be set.
●
build, install, boot, test (You should also set TEST option here)
●
ex) Run your own test, hello.test, for each patches.
- PATCHCHECK_TYPE = boot
+ PATCHCHECK_TYPE = test
+ TEST = /home/sat/ktest/hello.test