GoogleChromeLabs / chromeos_smart_card_connector

Smart Card Connector App for Chrome OS
https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco
Apache License 2.0
133 stars 50 forks source link

[wasm] Allow passing GTest filter via command line #1165

Open emaxx-google opened 1 month ago

emaxx-google commented 1 month ago

Like this: GTEST_ARGS="--gtest_filter=*Foo" make test

This is something we already supported in the "analysis" builds (e.g., TOOLCHAIN=asan_testing), so this commit just expands this to another build configuration. Note that JS-based tests, including JS-to-C++ tests, don't use GTest and ignore this parameter.

github-actions[bot] commented 1 month ago

Continuous Integration: All tests passed. C/C++ test coverage: 73.30% lines.