diff options
| author | Chong Lu <Chong.Lu@windriver.com> | 2014-03-07 09:27:22 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 08:11:41 -0700 |
| commit | 6d85ec3a9f65f187a9dc7a74a920d0a1113759eb (patch) | |
| tree | 402954fdd19d9cbcdb4c1a9c141177cab5c3b245 /meta/recipes-extended/diffutils/diffutils-3.3 | |
| parent | fe8140636b86f6c1b6418f297e9ae990024a0985 (diff) | |
| download | poky-6d85ec3a9f65f187a9dc7a74a920d0a1113759eb.tar.gz | |
diffutils: enable ptest support
Install diffutils test suite and run it as ptest.
(From OE-Core rev: 14cc60db64975ad7cb8ae7d50e0233e9d59713df)
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>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils-3.3')
| -rw-r--r-- | meta/recipes-extended/diffutils/diffutils-3.3/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils-3.3/run-ptest b/meta/recipes-extended/diffutils/diffutils-3.3/run-ptest new file mode 100644 index 0000000000..695c5e8a7b --- /dev/null +++ b/meta/recipes-extended/diffutils/diffutils-3.3/run-ptest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | make -C tests check-TESTS | ||
