Skip to content
Snippets Groups Projects

NSHM Unit Tests

2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -53,6 +53,13 @@ task nshms() {
@@ -53,6 +53,13 @@ task nshms() {
}
}
}
}
 
task copyNshmFile() {
 
copy {
 
from "nshms.yml"
 
into "${buildDir}/resources/main"
 
}
 
}
 
// Test Alaska 2023 NSHM
// Test Alaska 2023 NSHM
task testAlaska2023(type: Test) {
task testAlaska2023(type: Test) {
description = "Test Alaska 2023 NSHM"
description = "Test Alaska 2023 NSHM"
Loading