We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8c662 commit f56ffecCopy full SHA for f56ffec
hyper/Makefile
@@ -1,2 +1,9 @@
1
-run:
2
- lua test/token_test.lua
+test:
+ 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