mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
11 lines
292 B
XML
11 lines
292 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="RAY suite">
|
|
<test name = "RAY test" >
|
|
<packages>
|
|
<package name = "org.ray.api.test.*" />
|
|
<package name = "org.ray.runtime.*" />
|
|
</packages>
|
|
</test>
|
|
</suite>
|