]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest: arm64: extend toplevel skeleton Makefile
authorCristian Marussi <cristian.marussi@arm.com>
Fri, 25 Oct 2019 17:57:06 +0000 (18:57 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 8 Nov 2019 11:10:30 +0000 (11:10 +0000)
commit70ec7925fbf4f2fc6c3f5b125261766dc0e301c4
treead9ed4d076d28a69bb12a7d324500939c283ffa5
parent1a1521bb50a95f9e476c2109d83bfa47e4706c56
kselftest: arm64: extend toplevel skeleton Makefile

Modify KSFT arm64 toplevel Makefile to maintain arm64 kselftests organized
by subsystem, keeping them into distinct subdirectories under arm64 custom
KSFT directory: tools/testing/selftests/arm64/

Add to such toplevel Makefile a mechanism to guess the effective location
of Kernel headers as installed by KSFT framework.

Fit existing arm64 tags kselftest into this new schema moving them into
their own subdirectory (arm64/tags).

Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/Makefile
tools/testing/selftests/arm64/.gitignore [deleted file]
tools/testing/selftests/arm64/Makefile
tools/testing/selftests/arm64/README [new file with mode: 0644]
tools/testing/selftests/arm64/run_tags_test.sh [deleted file]
tools/testing/selftests/arm64/tags/.gitignore [new file with mode: 0644]
tools/testing/selftests/arm64/tags/Makefile [new file with mode: 0644]
tools/testing/selftests/arm64/tags/run_tags_test.sh [new file with mode: 0755]
tools/testing/selftests/arm64/tags/tags_test.c [new file with mode: 0644]
tools/testing/selftests/arm64/tags_test.c [deleted file]