Skip to content
Snippets Groups Projects
Verified Commit 90b73630 authored by Marek Vavruša's avatar Marek Vavruša Committed by Petr Špaček
Browse files

build: make lint depends on autogenerated Lua files

Lint should always render the .lua from .lua.in files before checking.
parent 1985c678
Branches
Tags
1 merge request!403Updated config tests, fixing code coverage for C and Lua
......@@ -8,7 +8,7 @@ check: all tests
clean: contrib-clean lib-clean daemon-clean client-clean modules-clean \
tests-clean doc-clean bench-clean
doc: doc-html
lint:
lint: $(patsubst %.lua.in,%.lua,$(wildcard */*/*.lua.in))
luacheck --codes --formatter TAP .
coverage: $(wildcard */*/luacov.stats.out)
@echo "# C coverage in gcov.c.info"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment