Skip to content
Snippets Groups Projects

NSHM Unit tests

Compare and Show latest version
4 files
+ 77
20
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 14
4
@@ -91,6 +91,8 @@ task testAlaska2007(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
@@ -115,6 +117,8 @@ task testAlaska2023(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
@@ -139,11 +143,13 @@ task testConus2018(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
// jvmArgs(
// "-Xms2g",
// "-Xmx${xmx}",
// )
jvmArgs(
"-Xms${xmx}",
"-Xmx${xmx}",
)
filter {
includeTestsMatching "gov.usgs.earthquake.nshmp.model.NshmTests.testConus2018"
@@ -163,6 +169,8 @@ task testConus2023(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
@@ -187,6 +195,8 @@ task testHawaii2021(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
Loading