2018-05-27 21:44:12 -07:00
|
|
|
model {
|
2019-06-28 14:09:10 -07:00
|
|
|
binaries {
|
|
|
|
|
withType(GoogleTestTestSuiteBinarySpec).all {
|
|
|
|
|
if (it.targetPlatform.name != nativeUtils.wpi.platforms.raspbian)
|
|
|
|
|
nativeUtils.useRequiredLibrary(it, 'googletest_static')
|
2018-05-27 21:44:12 -07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|