index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
lib.mk
Age
Commit message (
Expand
)
Author
2019-07-11
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
2019-05-13
selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
Shuah Khan
2019-04-25
selftests: Move test output to diagnostic lines
Kees Cook
2019-04-25
selftests: Extract logic for multiple test runs
Kees Cook
2019-04-25
selftests: Use runner.sh for emit targets
Kees Cook
2019-04-25
selftests: Extract single-test shell logic from lib.mk
Kees Cook
2019-04-19
selftests: fix headers_install circular dependency
Shuah Khan
2018-12-13
selftests: Fix test errors related to lib.mk khdr target
Shuah Khan
2018-09-05
selftests: add headers_install to lib.mk
Anders Roxell
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-06
selftests/lib.mk: Introduce OVERRIDE_TARGETS
Mathieu Desnoyers
2018-05-30
selftests: lib.mk: add test execute bit check to EMIT_TESTS
Shuah Khan (Samsung OSG)
2018-05-30
selftests: lib.mk: add SKIP handling and test suite name to EMIT_TESTS
Shuah Khan (Samsung OSG)
2018-05-30
selftests: lib.mk: Include test suite name in the RUN_TESTS output
Shuah Khan (Samsung OSG)
2018-05-30
selftests: lib.mk: move running and printing result to a new function
Shuah Khan (Samsung OSG)
2018-05-30
selftests: lib.mk: add SKIP handling to RUN_TESTS define
Shuah Khan (Samsung OSG)
2018-05-30
selftests: lib.mk: cleanup RUN_TESTS define and make it readable
Shuah Khan (Samsung OSG)
2018-04-27
selftests: Fix lib.mk run_tests target shell script
Mathieu Desnoyers
2018-03-05
selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headers
Shuah Khan
2018-01-16
selftests: Fix loss of test output in run_kselftests.sh
Michael Ellerman
2017-10-31
selftests: lib.mk: print individual test results to console by default
Shuah Khan
2017-09-21
selftests: lib.mk: copy test scripts and test files for make O=dir run
Shuah Khan
2017-09-21
selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/install
Shuah Khan
2017-09-21
selftests: lib.mk: fix test executable status check to use full path
Shuah Khan
2017-09-21
selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir case
Shuah Khan
2017-09-19
selftests: silence test output by default
Josef Bacik
2017-08-25
selftests: lib.mk: change RUN_TESTS to print messages in TAP13 format
Shuah Khan
2017-08-25
selftests: change lib.mk RUN_TESTS to take test list as an argument
Shuah Khan
2017-08-25
selftests: lib.mk: suppress "cd" output from run_tests target
Shuah Khan
2017-08-09
selftests: warn if failure is due to lack of executable bit
Luis R. Rodriguez
2017-04-25
selftests: lib.mk: define CLEAN macro to allow Makefiles to override clean
Shuah Khan
2017-03-02
selftests: lib.mk Fix individual test builds
Shuah Khan
2017-02-14
selftests: Fix the .S and .S -> .o rules
Michael Ellerman
2017-02-14
selftests: Fix the .c linking rule
Michael Ellerman
2017-02-14
selftests: Fix selftests build to just build, not run tests
Michael Ellerman
2017-01-05
selftests: enable O and KBUILD_OUTPUT
bamvor.zhangjian@huawei.com
2017-01-05
selftests: add EXTRA_CLEAN for clean target
bamvor.zhangjian@huawei.com
2017-01-05
selftests: add default rules for c source file
bamvor.zhangjian@huawei.com
2017-01-05
selftests: remove useless TEST_DIRS
bamvor.zhangjian@huawei.com
2017-01-05
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
2015-09-14
selftests: change install command to rsync
Bamvor Jian Zhang
2015-08-27
selftests: check before install
Bamvor Jian Zhang
2015-05-26
selftests: copy TEST_DIRS to INSTALL_PATH
Tyler Baker
2015-03-19
selftests: Set CC using CROSS_COMPILE once in lib.mk
Michael Ellerman
2015-03-19
selftests/timers: Use shared logic to run and install tests
Michael Ellerman
2015-03-13
selftests: Add install target
Michael Ellerman
2015-03-13
selftests: Introduce minimal shared logic for running tests
Michael Ellerman