mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
c1171b8db7
The recipe inherits the ptest class, however it doesn't install the actual tests, nor executes them. This change installs the tests, and add a run-ptest script to execute them also. The tests are fairly quick, it takes single digit seconds on my machine to execute. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>