mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
12 lines
234 B
Properties
12 lines
234 B
Properties
# This file identifies root(s) of the test-ng hierarchy.
|
|
|
|
TestNG.dirs = .
|
|
|
|
lib.dirs = /javax/xml/jaxp/libs
|
|
|
|
# Tests that must run in othervm mode
|
|
othervm.dirs= /javax/xml/jaxp/functional
|
|
|
|
# Declare module dependency
|
|
modules=java.xml
|
|
|