mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-04 10:46:27 +00:00
8252401: Introduce Utils.TEST_NATIVE_PATH
Reviewed-by: sspitsyn
This commit is contained in:
parent
507ec8ab30
commit
e1d29cd6fb
@ -117,7 +117,12 @@ public final class Utils {
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
public static final String SEED_PROPERTY_NAME = "jdk.test.lib.random.seed";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user