You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake CTest framework acts based on the test return code. Currently, all our tests return 0, even if the test is failing. Need to return error codes from tests for correct CTest behavior.
CMake CTest framework acts based on the test return code. Currently, all our tests return 0, even if the test is failing. Need to return error codes from tests for correct CTest behavior.