mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Add Catch2 (#8203)
This commit is contained in:
@@ -5,7 +5,7 @@ model {
|
||||
def systemArch = getCurrentArch()
|
||||
def found = false
|
||||
ts.each {
|
||||
if (it in GoogleTestTestSuiteSpec && it.name == "${nativeName}Test") {
|
||||
if (it in GoogleTestTestSuiteSpec && (it.name == "${nativeName}Test" || it.name == "${nativeName}Catch2Test")) {
|
||||
it.binaries.each {
|
||||
if (found) return
|
||||
def arch = it.targetPlatform.name
|
||||
|
||||
Reference in New Issue
Block a user