bunkerweb/Makefile
Théophile Diot a3cd342f3e Squashed 'src/deps/src/lua-resty-session/' content from commit 8b5f8752f
git-subtree-dir: src/deps/src/lua-resty-session
git-subtree-split: 8b5f8752f3046396c414c5b97850e784c07e1641
2023-06-30 15:38:54 -04:00

16 lines
156 B
Makefile

.PHONY: lint test docs
lint:
@luacheck -q ./lib
unit:
busted --exclude-tags=noci --coverage
unit-all:
busted --coverage
prove:
prove
docs:
ldoc .