From 4285e856aa073979bf046168a75188ccf5a1e7d4 Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Fri, 28 Jun 2013 11:55:50 +0300 Subject: lib/oeqa/runtime: add gcc test gcc compile test and support files. (From OE-Core rev: ccbce75335971abf5098a492755e92ca60cf67bd) Signed-off-by: Stefan Stanacar 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