mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8252401: Introduce Utils.TEST_NATIVE_PATH
Reviewed-by: sspitsyn
This commit is contained in:
parent
507ec8ab30
commit
e1d29cd6fb
1 changed files with 6 additions and 1 deletions
|
@ -117,7 +117,12 @@ public final class Utils {
|
||||||
*/
|
*/
|
||||||
public static final String TEST_NAME = System.getProperty("test.name", ".");
|
public static final String TEST_NAME = System.getProperty("test.name", ".");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Returns the value of 'test.nativepath' system property
|
||||||
|
*/
|
||||||
|
public static final String TEST_NATIVE_PATH = System.getProperty("test.nativepath", ".");
|
||||||
|
|
||||||
|
/**
|
||||||
* Defines property name for seed value.
|
* Defines property name for seed value.
|
||||||
*/
|
*/
|
||||||
public static final String SEED_PROPERTY_NAME = "jdk.test.lib.random.seed";
|
public static final String SEED_PROPERTY_NAME = "jdk.test.lib.random.seed";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue