summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index b66df64..17a25e7 100644
--- a/README
+++ b/README
@@ -57,6 +57,22 @@ Main layer maintainers:
57 Otavio Salvador <otavio@ossystems.com.br> 57 Otavio Salvador <otavio@ossystems.com.br>
58 Richard Leitner <richard.leitner@skidata.com> 58 Richard Leitner <richard.leitner@skidata.com>
59 59
60Testing
61-------
62
63The meta-java layer may be tested using oeqa's runtime image tests. The easiest
64way is to add the following configuration to your local.conf:
65
66SANITY_TESTED_DISTROS=""
67TEST_IMAGE = "1"
68
69Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes.
70Furthermore you could also include the tests provided in lib/oeqa/runtime/cases
71into your test image. More information on image testing is available at:
72
73 https://wiki.yoctoproject.org/wiki/Image_tests
74
75
60Usage instructions 76Usage instructions
61------------------ 77------------------
62 78