]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/runtime: add simple test for scons timo/python3-scons
authorTim Orling <timothy.t.orling@linux.intel.com>
Fri, 7 Jun 2019 23:35:13 +0000 (16:35 -0700)
committerTim Orling <timothy.t.orling@linux.intel.com>
Fri, 7 Jun 2019 23:38:37 +0000 (16:38 -0700)
commitcee0ae0a34fcbf378e08f3af2e0b033e17137ca1
tree08f282209636bb082183e4d7b4b9f39066d7dab6
parent7c1f46d8510f95fe7a35127196bd496935efe384
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>
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]