mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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')
|
|
}
|
|
}
|
|
}
|