summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/kbd/kbd/run-ptest
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2016-09-30 16:49:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-01 21:45:56 +0100
commit1ab3a237397663cdbffc914b51f086682623c4a3 (patch)
treef7258363eea990d0b8bb03924b474bf40d52d174 /meta/recipes-core/kbd/kbd/run-ptest
parent315973803278cf0fc6197e61daaf93cbf820ab59 (diff)
downloadpoky-1ab3a237397663cdbffc914b51f086682623c4a3.tar.gz
kbd: create ptest sub-package
Create kbd-ptest sub-package: * add file run-ptest and runtime dependency make * modify installed Makefile to disable remake Makefile and the test cases when run the ptest * add patch to set proper path for test cases to get resource files (From OE-Core rev: 901ccb3e70e9036112c51acc6d18d05025f6e1bb) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/kbd/kbd/run-ptest')
-rw-r--r--meta/recipes-core/kbd/kbd/run-ptest4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/kbd/kbd/run-ptest b/meta/recipes-core/kbd/kbd/run-ptest
new file mode 100644
index 0000000000..7a2d205f54
--- /dev/null
+++ b/meta/recipes-core/kbd/kbd/run-ptest
@@ -0,0 +1,4 @@
1#!/bin/sh
2
3CURDIR=$(dirname `readlink -f $0`)
4make -k -C ${CURDIR}/tests check-TESTS