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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits