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
Removes the need for the extern void test() setup we were doing before. So long as the files are linked into the test binary, they will run and each failure will have the suite title somewhere near it.
The goal is to remove all of these in tests/main.test.cpp unless absolutely needed.
Boost.UT allows the following:
Removes the need for the
extern void test()
setup we were doing before. So long as the files are linked into the test binary, they will run and each failure will have the suite title somewhere near it.The goal is to remove all of these in
tests/main.test.cpp
unless absolutely needed.The text was updated successfully, but these errors were encountered: