Skip to content
Snippets Groups Projects
tests.xml 258 B
Newer Older
<suite name="All" verbose="2" >
  <test name="All" annotations="JDK">
    <groups>
      <run>
        <exclude name="broken" />
      </run>
    </groups>
    <packages>
      <package name="ch.systemsx.cisd.openbis.*" />
    </packages>
  </test>
</suite>