summaryrefslogtreecommitdiff
path: root/openembedded/sdkhelloc.yaml
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-18 09:45:34 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-18 09:45:34 +0200
commitbbbc060a10fbf96d0241d88d35b10410a8d914e4 (patch)
tree11e69b5f6b6060d74377eac7250a69b64e65c7b7 /openembedded/sdkhelloc.yaml
parentfe414ccdda51b17f583c18dd8d94aaba54554aaa (diff)
OpenEmbedded: added tests for C/C++ compiler
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'openembedded/sdkhelloc.yaml')
-rw-r--r--openembedded/sdkhelloc.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/sdkhelloc.yaml b/openembedded/sdkhelloc.yaml
new file mode 100644
index 0000000..a4ebf78
--- /dev/null
+++ b/openembedded/sdkhelloc.yaml
@@ -0,0 +1,19 @@
+metadata:
+ name: sdkhelloc
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test for C compiler in OE."
+
+install:
+ git-repos:
+ - git://git.linaro.org/qa/test-definitions.git
+
+run:
+ steps:
+ - "cd test-definitions/oe/scripts"
+ - "./sdkhelloc.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail