Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-25 | selftests: Extract single-test shell logic from lib.mk | Kees Cook | 1 | -1/+0 | |
In order to improve the reusability of the kselftest test running logic, this extracts the single-test logic from lib.mk into kselftest/runner.sh which lib.mk can call directly. No changes in output. As part of the change, this moves the "summary" Makefile logic around to set a new "logfile" output. This will be used again in the future "emit_tests" target as well. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> | |||||
2017-04-25 | selftests: add gpio generated files to .gitignore | Shuah Khan | 1 | -0/+4 | |
gpio test generates files in selftests directory. Add them to .gitignore. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> | |||||
2016-12-08 | selftests: add missing gitignore files/dirs | Shuah Khan | 1 | -0/+1 | |
Add missing files and directories to gitignore. Create .gitignore files as needed. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> |