forked from Lainports/freebsd-ports
The LTP testsuite contains a collection of tools for testing the Linux kernel and related features. This package is intended for testing the Linux kernel ABI provided by linux(4). WWW: https://github.com/linux-test-project/ltp Reviewed by: ngie, lwhsu (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20092
7 lines
218 B
Text
7 lines
218 B
Text
To run the LTP test suite, execute, as root:
|
|
|
|
kldload linux linux64
|
|
mount -t linsysfs linsysfs /compat/linux/sys
|
|
mount -t linprocfs linprocfs /compat/linux/proc
|
|
chroot /compat/linux /opt/ltp/runltp -Q
|
|
|