Conversation
* Add link information against libdl.so as well * Remove (harmful?) lua library path definition
|
Hey there! Thanks for helping Mudlet improve. 🌟 Test versionsYou can directly test the changes here:
No need to install anything - just unzip and run. |
# Conflicts: # .github/workflows/build-mudlet.yml
|
I have some changes to the run test xml I need to get pushed up to git, will try to do that today |
|
I've got the final part squared as away as well. It works! Expanding the previous step, you see the issue... 😃 |
…nto add-busted-in-ci
|
hmm, it seems to think there's a status still missing. If ubuntu/gcc replaced by or supplemented by ubuntu/gcc/lua tests? |
|
Replaced - github was confused because we marked It'll mean that any existing PRs will need to be updated with |
|
ok cool, that's what I thought might be the case. |


Brief overview of PR changes/additions
This PR completes the work of running our nearly 200 Busted-based tests to run in CI automatically on every change, and complements the existing C++ tests which are run automatically already.
Motivation for adding to Mudlet
Better Mudlet quality!
Other info (issues closed, discussion etc)
We need to add a lot more tests to Lua to cover many aspects of the API =)