aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/runtime/files/testmakefile b/meta/lib/oeqa/runtime/files/testmakefile
deleted file mode 100644
index ca1844e930..0000000000
--- a/meta/lib/oeqa/runtime/files/testmakefile
+++ /dev/null
@@ -1,5 +0,0 @@
-test: test.o
- gcc -o test test.o -lm
-test.o: test.c
- gcc -c test.c
-