treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / tools / testing / selftests / arm64 / README
bloba1badd8821025173a52286358427efafc0e99a9e
1 KSelfTest ARM64
2 ===============
4 - These tests are arm64 specific and so not built or run but just skipped
5   completely when env-variable ARCH is found to be different than 'arm64'
6   and `uname -m` reports other than 'aarch64'.
8 - Holding true the above, ARM64 KSFT tests can be run within the KSelfTest
9   framework using standard Linux top-level-makefile targets:
11       $ make TARGETS=arm64 kselftest-clean
12       $ make TARGETS=arm64 kselftest
14       or
16       $ make -C tools/testing/selftests TARGETS=arm64 \
17                 INSTALL_PATH=<your-installation-path> install
19       or, alternatively, only specific arm64/ subtargets can be picked:
21       $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
22                 INSTALL_PATH=<your-installation-path> install
24    Further details on building and running KFST can be found in:
25      Documentation/dev-tools/kselftest.rst