summaryrefslogtreecommitdiff
path: root/branches/sm-unittesting/Reprap_Custom_suite_c9d431a9.xml
blob: ffaebbed4f4d028344abfa714c4b9f99205e0b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Custom suite">
  <test verbose="2" name="Reprap" annotations="javadoc">
    <groups>
      <run>
        <include name="all"/>
      </run>
    </groups>
    <classes>
      <class name="org.reprap.geometry.polygons.PolygonTest"/>
      <class name="org.reprap.machines.ReprapTest"/>
    </classes>
  </test>
</suite>