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
Currently all source code for tests is actually included in the header files for each test and the cpp files are clones of each other. This code structure is not nice. We should move all implementation to the cpp files again and run all tests through a UnitTestRunner binary, which either runs all tests or only the one specified on the command line. The latter feature is already in TestAll.
The text was updated successfully, but these errors were encountered:
Currently all source code for tests is actually included in the header files for each test and the cpp files are clones of each other. This code structure is not nice. We should move all implementation to the cpp files again and run all tests through a UnitTestRunner binary, which either runs all tests or only the one specified on the command line. The latter feature is already in TestAll.
The text was updated successfully, but these errors were encountered: