1 KSelfTest ARM64 2 =============== 3 4 - These tests are arm64 specific and so not bu 5 completely when env-variable ARCH is found t 6 and `uname -m` reports other than 'aarch64'. 7 8 - Holding true the above, ARM64 KSFT tests can 9 framework using standard Linux top-level-mak 10 11 $ make TARGETS=arm64 kselftest-clean 12 $ make TARGETS=arm64 kselftest 13 14 or 15 16 $ make -C tools/testing/selftests TARGET 17 INSTALL_PATH=<your-installatio 18 19 or, alternatively, only specific arm64/ 20 21 $ make -C tools/testing/selftests TARGET 22 INSTALL_PATH=<your-installatio 23 24 Further details on building and running KFS 25 Documentation/dev-tools/kselftest.rst
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.