1 # This file identifies root(s) of the test-ng hierarchy.
 2 
 3 TestNG.dirs = .
 4 
 5 lib.dirs = /lib/testlibrary/bootlib
 6 
 7 # Tests that must run in othervm mode
 8 othervm.dirs= /java/util/stream
 9 
10 # To compile and run tests that use the foreign memory access API
11 enablePreview=true