Ignore kooky file with @Test annotations that's not actually a test.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2813 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-08-27 05:04:46 +00:00
parent bd61c7a609
commit c4120f1ab9
+3
View File
@@ -4,5 +4,8 @@ class Samskivert (info :ProjectInfo) extends DefaultProject(info)
{
val junitInterface = "com.novocode" % "junit-interface" % "0.4" % "test->default"
override def testOptions = ExcludeTests("com.samskivert.util.IntSetTestBase" :: Nil) ::
super.testOptions.toList
System.setProperty("test_dir", "target/scala_2.8.0/test-resources")
}