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 18 test cases are registered through macro BOOST_AUTO_TEST_CASE in source code.
It would be convenient if we can store these different workspace information in a file (e.g. csv) and register test cases from the entries of this table file so that the test source file doesn't need to grow in length when a new case is added (thus save the compilation)
The text was updated successfully, but these errors were encountered:
Currently all 18 test cases are registered through macro BOOST_AUTO_TEST_CASE in source code.
It would be convenient if we can store these different workspace information in a file (e.g. csv) and register test cases from the entries of this table file so that the test source file doesn't need to grow in length when a new case is added (thus save the compilation)
The text was updated successfully, but these errors were encountered: