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
As we are adopting the new building system, whose design doc is at here, we should build each unit test into a standalone executable binary file. So we don't have to put all unit tests of a C++ package into a test directory. Instead; we can put all three files of each module together in the same directory.