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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user