summaryrefslogtreecommitdiff
path: root/test/pending/shootout/revcomp.scala-3.scala.runner
blob: f51d6170c864d027f8c7e6ef5520fc392518c004 (plain) (blame)
1
2
3
4
5
6
object Test extends Application {
  for(n <- List(25000,250000,2500000)) {
    System.setIn(new java.io.FileInputStream(System.getProperty("partest.cwd")+"/revcomp-input"+n+".txt"))
    revcomp.main(Array(n.toString)) 
  }
}