aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/lib.mk (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+19
2024-02-27selftests: lib.mk: Do not process TEST_GEN_MODS_DIRMarcos Paulo de Souza1-3/+0
2024-01-31selftests: Introduce Makefile variable to list shared bash scriptsBenjamin Poirier1-0/+19
2024-01-22kselftests: lib.mk: Add TEST_GEN_MODS_DIR variableMarcos Paulo de Souza1-5/+21
2023-12-12Revert "selftests: error out if kernel header files are not yet built"John Hubbard1-37/+3
2023-09-08selftests: Keep symlinks, when possibleBjörn Töpel1-2/+2
2023-06-19selftests: error out if kernel header files are not yet builtJohn Hubbard1-3/+37
2023-03-10selftests: fix LLVM build for i386 and x86_64Guillaume Tucker1-0/+2
2023-01-12kselftest: Fix error message for unconfigured LLVM buildsMark Brown1-1/+1
2022-12-12Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+5
2022-10-20selftests: net: Fix cross-tree inclusion of scriptsBenjamin Poirier1-2/+2
2022-10-20selftests: Use optional USERCFLAGS and USERLDFLAGSMickaël Salaün1-0/+5
2022-09-14selftests/landlock: Fix out-of-tree buildsMickaël Salaün1-0/+4
2022-08-19selftests/vm: fix inability to build any vm testsAxel Rasmussen1-0/+1
2022-07-11selftests: drop KSFT_KHDR_INSTALL make targetGuillaume Tucker1-38/+0
2022-06-14selftests: Fix clang cross compilationMark Brown1-2/+23
2022-03-31kbuild: Make $(LLVM) more flexibleNathan Chancellor1-1/+7
2021-12-10selftests: cgroup: build error multiple outpt filesAnders Roxell1-1/+1
2021-09-15selftests: be sure to make khdr before other targetsLi Zhijian1-0/+1
2021-06-07selftests: lib.mk: Also install "config" and "settings"Kees Cook1-0/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+4
2021-04-15selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song1-0/+4
2021-03-26selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)Ilya Leoshkevich1-1/+2
2020-10-27selftests: filter kselftest headers from command in lib.mkTommi Rantala1-1/+1
2020-10-07selftests: Extract run_kselftest.sh and generate stand-alone test listKees Cook1-3/+2
2020-08-31selftests: use "$(MAKE)" instead of "make" for headers_installDenys Vlasenko1-2/+2
2020-07-07selftests: fix condition in run_testsYauheni Kaliuta1-1/+1
2020-07-07selftests: do not use .ONESHELLYauheni Kaliuta1-11/+9
2020-04-01Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+2
2020-03-26selftests: enforce local header dependency in lib.mkShuah Khan1-1/+2
2020-02-10selftests: fix too long argumentJiri Benc1-10/+13
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada1-2/+2
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