summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/lib.mk
Commit message (Expand)AuthorAgeFilesLines
* kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-101-2/+2
* selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is setShuah Khan2019-05-131-9/+3Star
* selftests: Move test output to diagnostic linesKees Cook2019-04-251-1/+2
* selftests: Extract logic for multiple test runsKees Cook2019-04-251-17/+8Star
* selftests: Use runner.sh for emit targetsKees Cook2019-04-251-13/+2Star
* selftests: Extract single-test shell logic from lib.mkKees Cook2019-04-251-30/+7Star
* selftests: fix headers_install circular dependencyShuah Khan2019-04-201-2/+36
* selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-141-4/+4
* selftests: add headers_install to lib.mkAnders Roxell2018-09-051-0/+12
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+4
|\
| * selftests/lib.mk: Introduce OVERRIDE_TARGETSMathieu Desnoyers2018-06-061-0/+4
* | selftests: lib.mk: add test execute bit check to EMIT_TESTSShuah Khan (Samsung OSG)2018-05-301-1/+6
* | selftests: lib.mk: add SKIP handling and test suite name to EMIT_TESTSShuah Khan (Samsung OSG)2018-05-301-2/+6
* | selftests: lib.mk: Include test suite name in the RUN_TESTS outputShuah Khan (Samsung OSG)2018-05-301-9/+10
* | selftests: lib.mk: move running and printing result to a new functionShuah Khan (Samsung OSG)2018-05-301-24/+28
* | selftests: lib.mk: add SKIP handling to RUN_TESTS defineShuah Khan (Samsung OSG)2018-05-301-2/+13
* | selftests: lib.mk: cleanup RUN_TESTS define and make it readableShuah Khan (Samsung OSG)2018-05-301-3/+5
|/
* selftests: Fix lib.mk run_tests target shell scriptMathieu Desnoyers2018-04-281-4/+4
* selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headersShuah Khan2018-03-061-0/+1
* selftests: Fix loss of test output in run_kselftests.shMichael Ellerman2018-01-161-1/+1
* selftests: lib.mk: print individual test results to console by defaultShuah Khan2017-10-311-1/+5
* selftests: lib.mk: copy test scripts and test files for make O=dir runShuah Khan2017-09-211-0/+11
* selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installShuah Khan2017-09-211-5/+11
* selftests: lib.mk: fix test executable status check to use full pathShuah Khan2017-09-211-1/+1
* selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-0/+15
* selftests: silence test output by defaultJosef Bacik2017-09-191-2/+2
* selftests: lib.mk: change RUN_TESTS to print messages in TAP13 formatShuah Khan2017-08-251-3/+9
* selftests: change lib.mk RUN_TESTS to take test list as an argumentShuah Khan2017-08-251-2/+2
* selftests: lib.mk: suppress "cd" output from run_tests targetShuah Khan2017-08-251-1/+1
* selftests: warn if failure is due to lack of executable bitLuis R. Rodriguez2017-08-091-1/+6
* selftests: lib.mk: define CLEAN macro to allow Makefiles to override cleanShuah Khan2017-04-251-1/+5
* selftests: lib.mk Fix individual test buildsShuah Khan2017-03-021-0/+4
* selftests: Fix the .S and .S -> .o rulesMichael Ellerman2017-02-141-2/+2
* selftests: Fix the .c linking ruleMichael Ellerman2017-02-141-1/+1
* selftests: Fix selftests build to just build, not run testsMichael Ellerman2017-02-141-5/+5
* selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-051-4/+15
* selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com2017-01-051-1/+1
* selftests: add default rules for c source filebamvor.zhangjian@huawei.com2017-01-051-0/+3
* selftests: remove useless TEST_DIRSbamvor.zhangjian@huawei.com2017-01-051-2/+2
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-4/+14
* selftests: change install command to rsyncBamvor Jian Zhang2015-09-151-7/+4Star
* selftests: check before installBamvor Jian Zhang2015-08-281-5/+8
* selftests: copy TEST_DIRS to INSTALL_PATHTyler Baker2015-05-261-0/+3
* selftests: Set CC using CROSS_COMPILE once in lib.mkMichael Ellerman2015-03-191-0/+4
* selftests/timers: Use shared logic to run and install testsMichael Ellerman2015-03-191-1/+1
* selftests: Add install targetMichael Ellerman2015-03-131-1/+22
* selftests: Introduce minimal shared logic for running testsMichael Ellerman2015-03-131-0/+10