Files
poky/meta/recipes-support/beecrypt/beecrypt/run-ptest
Chong Lu 41d7758f3b beecrypt: add ptest support
Install beecrypt test suite and run it as ptest.
Make all ptest pass.

(From OE-Core rev: f344699eb15933cc7c92b0ed6894ef0869568659)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-10 15:16:50 +00:00

119 B

#!/bin/sh

cd tests for i in ls; do ./i; if [ ? == 0 ]; then echo "PASS: $i";
else echo "FAIL: $i"; fi; done