summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-06-19 14:55:22 +0200
committerRichard Leitner <richard.leitner@skidata.com>2018-06-19 14:55:22 +0200
commitc8f7e412aaee4e41ec8ff980f463536c757538d0 (patch)
tree78ebbc0e5a1d129f9aee4bb0d73b1fd4f8411456
parent2a001736248137de0ab1737955b341324f699aa5 (diff)
downloadmeta-java-c8f7e412aaee4e41ec8ff980f463536c757538d0.tar.gz
README: add "Testing" section
Add new "Testing" section in README where we describe how meta-java tests may be used. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-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