]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: add simple test for scons
authorTim Orling <timothy.t.orling@linux.intel.com>
Fri, 7 Jun 2019 23:47:54 +0000 (16:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Jun 2019 15:01:36 +0000 (16:01 +0100)
commitbf6e3f0f3a7a134e8e3cb16366ef01b8c956e4c8
tree526705f4a1983f12cc821a1c235de31d77e4747a
parente1de553bb2c1885f8323d9ce31b35175d5da3ef2
oeqa/runtime: add simple test for scons

This test simply compiles a hello world program using scons.

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/scons.py [new file with mode: 0644]
meta/lib/oeqa/runtime/files/SConstruct [new file with mode: 0644]
meta/lib/oeqa/runtime/files/hello.c [new file with mode: 0644]