Skip to content

Commit

Permalink
Fix installation of test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jun 23, 2024
1 parent d34f9f8 commit 6f0afe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ check:
luacheck bin/lunamark lunamark/*.lua lunamark/*/*.lua

testdeps:
luarocks --local install lfs
luarocks --local install luafilesystem
luarocks --local install diff
luarocks --local install alt_getopt
luarocks --local install alt-getopt

test:
LUAPATH="?.lua;lunamark/?.lua;lunamark/?/?.lua;$$LUAPATH"
Expand Down

0 comments on commit 6f0afe1

Please sign in to comment.