diffstat: enable ptest support

Install diffstat test suite and run it as ptest.

(From OE-Core rev: 63cf8ab1ffdb04278aeb28b6ffce22ff7b272e29)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chong Lu
2014-02-11 09:18:40 +08:00
committed by Richard Purdie
parent 0f03282c6a
commit ef15760e95
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
./testing/run_test.sh ./testing/case*.pat |sed \
-e 's|** ok|PASS|' \
-e 's|?? fail|FAIL|'