1add_lldb_unittest(ScriptInterpreterLuaTests 2 LuaTests.cpp 3 ScriptInterpreterTests.cpp 4 5 LINK_LIBS 6 lldbHost 7 lldbPluginScriptInterpreterLua 8 lldbPluginPlatformLinux 9 LLVMTestingSupport 10 LINK_COMPONENTS 11 Support 12 ) 13