JDevlieghere wrote: > Are there plans to add these tests in CI?
I will run the tests are part of the publishing workflow. I kinda like the idea of adding a lit target wrapper around this as well, which is fairly trivial. We can add auto-detection logic (like we do for Lua etc) and enable it automatically if you have `npm` installed. The only tricky part I think is making sure we do all of this in the CMake build directory. https://github.com/llvm/llvm-project/pull/174641 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
