bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
512 stars 269 forks source link

Add example googletest on iOS hack #2343

Closed keith closed 9 months ago

keith commented 11 months ago

This uses a custom test runner to exec a googletest based binary (or any binary where the test is defined by exiting non-zero) on iOS.

keith commented 9 months ago

just wrote as an example, if anyone is particularly motivated to support this feel free to comment here