equal
deleted
inserted
replaced
85 # |
85 # |
86 # jtreg_tests |
86 # jtreg_tests |
87 # |
87 # |
88 # Invocation: |
88 # Invocation: |
89 # |
89 # |
90 # make jtreg_tests TESTDIRS=<test-dirs> |
90 # make jtreg_tests TESTDIRS=<test-dirs> TEST_SELECTION=<path to test or jtreg group> TEST_OUTPUT_DIR=<path> |
91 # |
91 # |
92 # where <test-dirs> is something like '../<component>/test/runtime', |
92 # where <test-dirs> is something like '../<component>/test/runtime', |
93 # <component> in turn being one of the top level directories (for |
93 # <component> in turn being one of the top level directories (for |
94 # example 'hotspot'). |
94 # example 'hotspot'). |
95 # |
95 # |