Aarav90-cpu dc0d1c50f0 Initial Commit 15 ساعت پیش
..
abi dc0d1c50f0 Initial Commit 15 ساعت پیش
cfi dc0d1c50f0 Initial Commit 15 ساعت پیش
hwprobe dc0d1c50f0 Initial Commit 15 ساعت پیش
mm dc0d1c50f0 Initial Commit 15 ساعت پیش
sigreturn dc0d1c50f0 Initial Commit 15 ساعت پیش
vector dc0d1c50f0 Initial Commit 15 ساعت پیش
Makefile dc0d1c50f0 Initial Commit 15 ساعت پیش
README dc0d1c50f0 Initial Commit 15 ساعت پیش

README

KSelfTest RISC-V
================

- These tests are riscv specific and so not built or run but just skipped
completely when env-variable ARCH is found to be different than 'riscv'.

- Holding true the above, RISC-V KSFT tests can be run within the
KSelfTest framework using standard Linux top-level-makefile targets:

$ make TARGETS=riscv kselftest-clean
$ make TARGETS=riscv kselftest

or

$ make -C tools/testing/selftests TARGETS=riscv \
INSTALL_PATH= install

or, alternatively, only specific riscv/ subtargets can be picked:

$ make -C tools/testing/selftests TARGETS=riscv RISCV_SUBTARGETS="mm vector" \
INSTALL_PATH= install

Further details on building and running KSFT can be found in:
Documentation/dev-tools/kselftest.rst