[Lldb-commits] [PATCH] D108090: [lldb/lua] Supplement Lua bindings for lldb module
Pedro Tammela via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 27 05:18:25 PDT 2021
tammela added inline comments.
================
Comment at: lldb/test/API/lua_api/lua_lldb_test.lua:3
+EXPORT_ASSERT_TO_GLOBALS = true
+require('luaunit')
+
----------------
siger-young wrote:
> tammela wrote:
> > Could we not use an external dependency?
> > For instance in my setup it fails because it couldn't find this library.
> Does it make sense to directly copy "luaunit.lua" to the Lua test dir?
You don't seem to have a hard dependency on it.
Couldn't you just replicate what you are interested? Instead of bringing in a full blown unit testing framework...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108090/new/
https://reviews.llvm.org/D108090
More information about the lldb-commits
mailing list