From cee0ae0a34fcbf378e08f3af2e0b033e17137ca1 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 7 Jun 2019 16:35:13 -0700 Subject: oeqa/runtime: add simple test for scons This test simply compiles a hello world program using scons. Signed-off-by: Tim Orling --- meta/lib/oeqa/runtime/files/SConstruct | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/lib/oeqa/runtime/files/SConstruct (limited to 'meta/lib/oeqa/runtime/files/SConstruct') diff --git a/meta/lib/oeqa/runtime/files/SConstruct b/meta/lib/oeqa/runtime/files/SConstruct new file mode 100644 index 0000000000..d2cb6dd122 --- /dev/null +++ b/meta/lib/oeqa/runtime/files/SConstruct @@ -0,0 +1 @@ +Program('hello.c') -- cgit 1.2.3-korg