Back to home page

OSCL-LXR

 
 

    


0001 KSelfTest ARM64
0002 ===============
0003 
0004 - These tests are arm64 specific and so not built or run but just skipped
0005   completely when env-variable ARCH is found to be different than 'arm64'
0006   and `uname -m` reports other than 'aarch64'.
0007 
0008 - Holding true the above, ARM64 KSFT tests can be run within the KSelfTest
0009   framework using standard Linux top-level-makefile targets:
0010 
0011       $ make TARGETS=arm64 kselftest-clean
0012       $ make TARGETS=arm64 kselftest
0013 
0014       or
0015 
0016       $ make -C tools/testing/selftests TARGETS=arm64 \
0017                 INSTALL_PATH=<your-installation-path> install
0018 
0019       or, alternatively, only specific arm64/ subtargets can be picked:
0020 
0021       $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
0022                 INSTALL_PATH=<your-installation-path> install
0023 
0024    Further details on building and running KFST can be found in:
0025      Documentation/dev-tools/kselftest.rst