You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jck/README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,16 @@
19
19
* your own set of JCK test materials (JCK test source under OCTLA License): jck8d or jck9
20
20
* ant 1.10.1 or above with ant-contrib.jar
21
21
22
-
1. Create an empty folder where your JCK test materials will be stored. For example `makedir /jck`
22
+
1. Create an empty folder where your JCK test materials will be stored. For example `makedir /jck`.
23
23
24
24
2. Export `JCK_GIT_REPO=<test_material_repo | test_material_folder>` as an environment variable or pass it in when run as a make command.
25
-
* If your test material is stored in a git repository it will be cloned to the empty folder created in step 1. For example `export [email protected]:<org>/<repo>.git`
26
-
* Otherwise put your unarchived jck test materials into the empty folder created in step 1 and point `JCK_GIT_REPO` to this folder. For example `export JCK_GIT_REPO=/jck/jck8d`
25
+
* If your test material is stored in a git repository it will be cloned to the empty folder created in step 1. For example `export [email protected]:<org>/<repo>.git`.
26
+
* Otherwise put your unarchived jck test materials into the empty folder created in step 1 and point `JCK_GIT_REPO` to this folder. For example `export JCK_GIT_REPO=/jck/jck8d`.
27
27
28
-
3. Export `JCK_ROOT=/jck/<test_material_folder>` as an environment variable or pass it in when run as a make command. For example `export JCK_ROOT=/jck/jck8d`
29
-
* Optional. The default value is `<openjdk-test>/../../../jck_root/JCK$(JDK_VERSION)-unzipped`
28
+
3. Export `JCK_ROOT=/jck/<test_material_folder>` as an environment variable or pass it in when run as a make command. For example `export JCK_ROOT=/jck/jck8d`.
29
+
* Optional. The default value is `<openjdk-test>/../../../jck_root/JCK$(JDK_VERSION)-unzipped`.
30
30
31
-
4. Export `TEST_JDK_HOME=<your_JDK_root>` as an environment variable
31
+
4. Export `TEST_JDK_HOME=<your_JDK_root>` as an environment variable.
32
32
33
33
5. If you want to compile jck test only, export `BUILD_LIST=jck`. The other steps will stay the same as instructed in [aqa-tests/README.md](https://github.com/adoptium/aqa-tests/blob/master/README.md).
34
34
@@ -51,7 +51,7 @@ There is a custom JCK test target `jck_custom`. This is used to run custom JCK t
51
51
52
52
4. If you need to add extra Java options to JCK tests, you could export `EXTRA_OPTIONS="<java_options>"`. Then extra added Java options would be added to JCK test during execution.
53
53
54
-
5. Follow the steps remaining in [aqa-tests/README.md](https://github.com/adoptium/aqa-tests/blob/master/README.md)
54
+
5. Follow the steps remaining in [aqa-tests/README.md](https://github.com/adoptium/aqa-tests/blob/master/README.md).
55
55
56
56
57
57
# How-to Run JCK test targets within Docker container
0 commit comments