From bbbc060a10fbf96d0241d88d35b10410a8d914e4 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 18 Apr 2013 09:45:34 +0200 Subject: OpenEmbedded: added tests for C/C++ compiler Signed-off-by: Marcin Juszkiewicz --- openembedded/sdkhelloc.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 openembedded/sdkhelloc.yaml (limited to 'openembedded/sdkhelloc.yaml') 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[a-zA-Z0-9_-]+):\\s(?P\\w+)" + fixupdict: + PASS: pass + FAIL: fail -- cgit v1.2.3