mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
10 lines
304 B
XML
10 lines
304 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="RAY suite" verbose="2">
|
|
<test name = "RAY test" >
|
|
<packages>
|
|
<package name = "org.ray.api.test.*" />
|
|
<package name = "org.ray.runtime.*" />
|
|
</packages>
|
|
</test>
|
|
</suite>
|