Linux Test Project
From OMAPpedia
[edit] The Project
LTP is a set of test suites for Linux. It is released in a monthly basis and its coverage includes
- filesystem stress tests
- disk I/O tests
- memory management stress tests
- ipc stress
- scheduler tests
- commands functional varification tests
- system call functional varification tests
- v4l api
LTP Home Page Frequenctly Asked Questions
[edit] Build
Get the source code from the main page, extract and compile
tar zxvf ltp-full-YYYYMMDD.tgz cd ltp-full-YYYYMMDD ./configure --host=arm-none-linux-gnueabi --prefix=/where/to/install/files make make install
[edit] Run
Several scripts to run different setups, if you are in a hurry you can choose to run this, ~2-3 hours to complete, sending both, results and output to some files
./runltplite.sh -p -l /ltp.arm.results -o /ltp.arm.output
Remember to take a look at its FAQ to get more information about the project, coverage, run and creation of tests