jboner / scala-otp

Development have been discontinued. The successor is the Akka Transactors Project: http://akkasource.org

This URL has Read+Write access

scala-otp / binary / testng.xml
100755 10 lines (8 sloc) 0.224 kb
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
 
<suite name="All Binary Tests" verbose="1">
  <test name="Binary">
    <classes>
      <class name="scala.binary.BinarySuite" />
    </classes>
  </test>
</suite>