mirror of
https://github.com/apple/pkl.git
synced 2026-04-17 14:09:48 +02:00
Add Gradle task "testNative"
Support running native tests with "gw testNative" for consistency with "gw test".
This commit is contained in:
committed by
Philip K.F. Hölzenspies
parent
a49526649d
commit
c3473cc626
@@ -271,7 +271,7 @@ val testAlpineExecutableAmd64 by tasks.registering(Test::class) {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.checkNative {
|
||||
tasks.testNative {
|
||||
dependsOn(testLinuxExecutableAmd64)
|
||||
dependsOn(testLinuxExecutableAarch64)
|
||||
dependsOn(testMacExecutableAmd64)
|
||||
|
||||
Reference in New Issue
Block a user