aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/lib.mk (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-13selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is setShuah Khan1-9/+3
2019-04-25selftests: Move test output to diagnostic linesKees Cook1-1/+2
2019-04-25selftests: Extract logic for multiple test runsKees Cook1-17/+8
2019-04-25selftests: Use runner.sh for emit targetsKees Cook1-13/+2
2019-04-25selftests: Extract single-test shell logic from lib.mkKees Cook1-30/+7
2019-04-19selftests: fix headers_install circular dependencyShuah Khan1-2/+36
2018-12-13selftests: Fix test errors related to lib.mk khdr targetShuah Khan1-4/+4
2018-09-05selftests: add headers_install to lib.mkAnders Roxell1-0/+12
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-06-06selftests/lib.mk: Introduce OVERRIDE_TARGETSMathieu Desnoyers1-0/+4
2018-05-30selftests: lib.mk: add test execute bit check to EMIT_TESTSShuah Khan (Samsung OSG)1-1/+6
2018-05-30selftests: lib.mk: add SKIP handling and test suite name to EMIT_TESTSShuah Khan (Samsung OSG)1-2/+6
2018-05-30selftests: lib.mk: Include test suite name in the RUN_TESTS outputShuah Khan (Samsung OSG)1-9/+10
2018-05-30selftests: lib.mk: move running and printing result to a new functionShuah Khan (Samsung OSG)1-24/+28
2018-05-30selftests: lib.mk: add SKIP handling to RUN_TESTS defineShuah Khan (Samsung OSG)1-2/+13
2018-05-30selftests: lib.mk: cleanup RUN_TESTS define and make it readableShuah Khan (Samsung OSG)1-3/+5
2018-04-27selftests: Fix lib.mk run_tests target shell scriptMathieu Desnoyers1-4/+4
2018-03-05selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headersShuah Khan1-0/+1
2018-01-16selftests: Fix loss of test output in run_kselftests.shMichael Ellerman1-1/+1
2017-10-31selftests: lib.mk: print individual test results to console by defaultShuah Khan1-1/+5
2017-09-21selftests: lib.mk: copy test scripts and test files for make O=dir runShuah Khan1-0/+11
2017-09-21selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installShuah Khan1-5/+11
2017-09-21selftests: lib.mk: fix test executable status check to use full pathShuah Khan1-1/+1
2017-09-21selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir caseShuah Khan1-0/+15
2017-09-19selftests: silence test output by defaultJosef Bacik1-2/+2
2017-08-25selftests: lib.mk: change RUN_TESTS to print messages in TAP13 formatShuah Khan1-3/+9
2017-08-25selftests: change lib.mk RUN_TESTS to take test list as an argumentShuah Khan1-2/+2
2017-08-25selftests: lib.mk: suppress "cd" output from run_tests targetShuah Khan1-1/+1
2017-08-09selftests: warn if failure is due to lack of executable bitLuis R. Rodriguez1-1/+6
2017-04-25selftests: lib.mk: define CLEAN macro to allow Makefiles to override cleanShuah Khan1-1/+5
2017-03-02selftests: lib.mk Fix individual test buildsShuah Khan1-0/+4
2017-02-14selftests: Fix the .S and .S -> .o rulesMichael Ellerman1-2/+2
2017-02-14selftests: Fix the .c linking ruleMichael Ellerman1-1/+1
2017-02-14selftests: Fix selftests build to just build, not run testsMichael Ellerman1-5/+5
2017-01-05selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com1-4/+15
2017-01-05selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com1-1/+1
2017-01-05selftests: add default rules for c source filebamvor.zhangjian@huawei.com1-0/+3
2017-01-05selftests: remove useless TEST_DIRSbamvor.zhangjian@huawei.com1-2/+2
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com1-4/+14
2015-09-14selftests: change install command to rsyncBamvor Jian Zhang1-7/+4
2015-08-27selftests: check before installBamvor Jian Zhang1-5/+8
2015-05-26selftests: copy TEST_DIRS to INSTALL_PATHTyler Baker1-0/+3
2015-03-19selftests: Set CC using CROSS_COMPILE once in lib.mkMichael Ellerman1-0/+4
2015-03-19selftests/timers: Use shared logic to run and install testsMichael Ellerman1-1/+1
2015-03-13selftests: Add install targetMichael Ellerman1-1/+22
2015-03-13selftests: Introduce minimal shared logic for running testsMichael Ellerman1-0/+10