summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/testmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/files/testmakefile')
-rw-r--r--meta/lib/oeqa/runtime/files/testmakefile5
1 files changed, 5 insertions, 0 deletions
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 @@
1test: test.o
2 gcc -o test test.o -lm
3test.o: test.c
4 gcc -c test.c
5