Skip to content

Commit f56ffec

Browse files
committed
chore: add helpers to hyper makefile
1 parent 7a8c662 commit f56ffec

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

hyper/Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
run:
2-
lua test/token_test.lua
1+
test:
2+
eval $(luarocks path)
3+
busted
4+
5+
download:
6+
wget https://www.lua.org/ftp/lua-5.3.6.tar.gz
7+
tar -xzf lua-5.3.6.tar.gz
8+
wget https://luarocks.org/releases/luarocks-3.9.2.tar.gz
9+
tar -xzf luarocks-3.9.2.tar.gz

0 commit comments

Comments
 (0)