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
So far this does not appear to have been done in any great detail - I am still learning the ropes myself. It really should be documented somewhere as to how exactly to create and use test code. It's not actually as simple as writing a new library for modular inclusion: you have to also add_test to test_main.cpp and reflect this accordingly within the source file you have made changes to. Because this does not appear to be clarified, you have to manually locate the relevant files and then read the code to figure it out. This is not difficult but would take up less time with documentation.
The text was updated successfully, but these errors were encountered:
So far this does not appear to have been done in any great detail - I am still learning the ropes myself. It really should be documented somewhere as to how exactly to create and use test code. It's not actually as simple as writing a new library for modular inclusion: you have to also add_test to test_main.cpp and reflect this accordingly within the source file you have made changes to. Because this does not appear to be clarified, you have to manually locate the relevant files and then read the code to figure it out. This is not difficult but would take up less time with documentation.
The text was updated successfully, but these errors were encountered: