diff options
author | Björn Stenberg <bjst@enea.com> | 2013-06-26 11:43:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 09:14:06 +0100 |
commit | 3907ed52119929182a8dea691a357cda8ab74ea4 (patch) | |
tree | d8fd247ed2c2172769d4d14d89ef692fc3582c36 /meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest | |
parent | d5d61146b4093eeba2adc4bb2338b1ac0dabe8c7 (diff) | |
download | poky-3907ed52119929182a8dea691a357cda8ab74ea4.tar.gz |
bzip2: Add ptest
The existing bzip2 tests in the upstream Makefile are copied to Makefile.am
(yocto's) and modified to adopt to the ptest format.
(From OE-Core rev: f02258b304dc4544567601a1502080f3581c00fa)
Signed-off-by: Björn Stenberg <bjst@enea.com>
Signed-off-by: Anders Roxell <anders.roxell@enea.com>
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.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/bzip2/bzip2-1.0.6/run-ptest')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest b/meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest new file mode 100644 index 0000000000..3b20fce1ee --- /dev/null +++ b/meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | make -k runtest | ||