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
If libB depends on libA, both with arduino_ci tests, trying to run the unit
tests on libB will raise the error "multiple definition of main". This happens
because cpp_files_libraries returns the whole tree of the referenced library
(libA in the example), not removing the files in test/.
0 commit comments