Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tc mux testing #110

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Binary file added cmake-3.26.0-linux-x86_64.tar.gz
Binary file not shown.
3 changes: 1 addition & 2 deletions test/test_systems/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ int main(int argc, char **argv)
{

testing::InitGoogleMock(&argc, argv);
if (RUN_ALL_TESTS())
;
if (RUN_ALL_TESTS());
// Always return zero-code and allow PlatformIO to parse results
return 0;
}
Loading
Loading