From 5f57fd0b08f01a5d50787186f64d62d901a71ce0 Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Wed, 7 Dec 2016 13:35:43 +0000 Subject: oeqa/runtime/files: Move runtime files from old directory As part of the refactor we require to move the files used in runtime testing to the new directory. This also adds the path to the runtime test context. [YOCTO #10234] (From OE-Core rev: f80c21b46f69c42ff0853bf8abd01cf0c082c346) Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/files/testmakefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta/lib/oeqa/runtime/files/testmakefile (limited to 'meta/lib/oeqa/runtime/files/testmakefile') diff --git a/meta/lib/oeqa/runtime/files/testmakefile b/meta/lib/oeqa/runtime/files/testmakefile new file mode 100644 index 0000000000..ca1844e930 --- /dev/null +++ b/meta/lib/oeqa/runtime/files/testmakefile @@ -0,0 +1,5 @@ +test: test.o + gcc -o test test.o -lm +test.o: test.c + gcc -c test.c + -- cgit v1.2.3-54-g00ecf