After this patch, ninja will automatically build the LLDB unit tests. More work needs to be done to get the unit tests to run automatically as part of "ninja check-lldb", but the plan is to do that in a followup patch.
Details
Details
Diff Detail
Diff Detail
Event Timeline
gtest/CMakeLists.txt | ||
---|---|---|
13–19 | AFAIK the unit tests don't have to be linked together with liblldb. They contain some mock implementation for all dependency from liblldb so I wouldn't be surprised on some linker error because of duplicate definition. |
AFAIK the unit tests don't have to be linked together with liblldb. They contain some mock implementation for all dependency from liblldb so I wouldn't be surprised on some linker error because of duplicate definition.