Skip to content
Snippets Groups Projects

NSHM Unit tests

Compare and Show latest version
4 files
+ 74
24
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 11
1
@@ -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,9 +143,11 @@ task testConus2018(type: Test) {
exceptionFormat "full"
}
systemProperties(System.getProperties())
useJUnitPlatform()
jvmArgs(
"-Xms2g",
"-Xms${xmx}",
"-Xmx${xmx}",
)
@@ -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