Tests: Unify core test resources across JUnit and ScalaTest

Fixes a test failure running the ScalaTests under Ant
This commit is contained in:
str4d
2019-08-10 17:19:21 +00:00
parent 8586c28b5f
commit 459eb7fdcd
12 changed files with 7 additions and 19 deletions

View File

@@ -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 {