[debuginfo-tests][dexter] add requires lldb to two tests
authorTom Weaver <Tom.Weaver@Sony.com>
Wed, 28 Oct 2020 17:33:29 +0000 (17:33 +0000)
committerTom Weaver <Tom.Weaver@Sony.com>
Wed, 28 Oct 2020 17:33:29 +0000 (17:33 +0000)
commitf2f4554f88040954ec0059764ef412a97ce5f19a
treed7816a960ca719dd90a534a205ffc3ca24b823e3
parent68b48339e5b2e7c5f9b74e790b4a4e2419a0a50b
[debuginfo-tests][dexter] add requires lldb to two tests

both deferred_globals.cpp namespace.cpp require lldb in order to run and will
fail if it's not available.

add the required lines to the top of the tests.
debuginfo-tests/dexter-tests/deferred_globals.cpp
debuginfo-tests/dexter-tests/namespace.cpp