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
Don't always add tools/test as this ignores TEST_SUITE_SUBDIRS.
Unconditionally adding tools/test breaks setups using
TEST_SUITE_SUBDIRS, including PGO builds which will try to build the
test binaries without collecting profile info for them.
Separately add tools/test when collecting test suite subdirs.
0 commit comments