mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
git-subtree-dir: src/deps/src/lua-resty-session git-subtree-split: 8b5f8752f3046396c414c5b97850e784c07e1641
16 lines
156 B
Makefile
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 .
|