forked from I2P_Developers/i2p.i2p
Tests: Unify core test resources across JUnit and ScalaTest
Fixes a test failure running the ScalaTests under Ant
This commit is contained in:
@@ -29,11 +29,7 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
resources {
|
||||
srcDir 'java/test/junit'
|
||||
include 'resources/*'
|
||||
include 'net/i2p/crypto/eddsa/test.data'
|
||||
include 'net/i2p/crypto/eddsa/math/baseDblPrecmp'
|
||||
include 'net/i2p/crypto/eddsa/math/basePrecmp'
|
||||
srcDir 'java/test/resources'
|
||||
}
|
||||
}
|
||||
jmh {
|
||||
|
||||
Reference in New Issue
Block a user