feat(test,ci): testing framework w/ ci integration

This commit is contained in:
Barrett Ruth 2025-09-18 19:53:13 -04:00
parent c91294f4bd
commit e581baccac
6 changed files with 59 additions and 0 deletions

4
.luarocks Normal file
View file

@ -0,0 +1,4 @@
lua_version = "5.1"
variables = {
CC = "gcc"
}