mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Still build them and link them, just don't execute them. Google test is still disabled completely for the HAL and wpilibc.
8 lines
163 B
Groovy
8 lines
163 B
Groovy
model {
|
|
binaries {
|
|
withType(GoogleTestTestSuiteBinarySpec).all {
|
|
nativeUtils.useRequiredLibrary(it, 'googletest_static')
|
|
}
|
|
}
|
|
}
|