diff options
author | roboo <robo.karasek@gmail.com> | 2017-07-05 22:49:58 +0200 |
---|---|---|
committer | roboo <robo.karasek@gmail.com> | 2017-07-05 22:49:58 +0200 |
commit | e9eea62348c3a143829dbe5c38b4eacd87252264 (patch) | |
tree | 9f0e44ea9898fd64c11c01a6ac2e800d55366df9 /spec | |
parent | c3084d114dc18e982c21c05dd6061db7782e515a (diff) | |
download | luarocks-e9eea62348c3a143829dbe5c38b4eacd87252264.tar.gz luarocks-e9eea62348c3a143829dbe5c38b4eacd87252264.tar.bz2 luarocks-e9eea62348c3a143829dbe5c38b4eacd87252264.zip |
Added LPeg dependency for lxsh to luarocks make tests
Diffstat (limited to 'spec')
-rw-r--r-- | spec/make_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/make_spec.lua b/spec/make_spec.lua index 89036d26..04ffaf53 100644 --- a/spec/make_spec.lua +++ b/spec/make_spec.lua | |||
@@ -9,6 +9,7 @@ test_env.unload_luarocks() | |||
9 | local extra_rocks = { | 9 | local extra_rocks = { |
10 | "/luasocket-3.0rc1-2.src.rock", | 10 | "/luasocket-3.0rc1-2.src.rock", |
11 | "/luasocket-3.0rc1-2.rockspec", | 11 | "/luasocket-3.0rc1-2.rockspec", |
12 | "/lpeg-0.12-1.src.rock", | ||
12 | "/lxsh-0.8.6-2.src.rock", | 13 | "/lxsh-0.8.6-2.src.rock", |
13 | "/lxsh-0.8.6-2.rockspec" | 14 | "/lxsh-0.8.6-2.rockspec" |
14 | } | 15 | } |