Skip to content

Commit

Permalink
fix(build): Mark make busted as PHONY so it always runs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 16, 2020
1 parent 145a86e commit 23b81ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ luarocks-lint: $(LUAMODSPEC)
luacheck:
luacheck -j$(shell nproc) -q .

busted: $(wildcard spec/*_spec.lua)
.PHONY: busted
busted: | $(_INSTALL) all
set -f; IFS=';'
if SYSTEM_LUAROCKS
packagecpath=(./{,core/}?.$(SHARED_LIB_EXT))
Expand Down

0 comments on commit 23b81ac

Please sign in to comment.