metadata: name: sdkhellocxx 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/openembedded/scripts" - "./sdkhellocxx.sh" parse: pattern: "^(?P[a-zA-Z0-9_-]+):\\s(?P\\w+)" fixupdict: PASS: pass FAIL: fail