Use Busted and LuaJIT-cURL for tests

This commit is contained in:
2025-06-10 18:11:22 -07:00
parent 11c56aff4d
commit 9f019dbac5
5 changed files with 58 additions and 11 deletions

View File

@@ -12,3 +12,12 @@ lint:
test:
./test.sh
test-server:
docker run --rm -t -v $(PWD):/opt/app -p 8080:8080 \
--add-host=miti.sh=127.0.0.1 \
--add-host=webdevcat.me=127.0.0.1 \
$(image)
busted:
docker run --rm -t -w /opt/app -v $(PWD):/opt/app $(image) busted