diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-04-12 17:13:43 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-04-13 17:11:12 -0300 |
commit | 2871199838131b5a4c5a99d8e1fedbcd26017b0e (patch) | |
tree | f536bf262d31cbe32595468b2765f41df2a062c3 /spec/fixtures/a_repo/manifest-5.3 | |
parent | e145314e263e9daeb99e0586505a81902e5e483b (diff) | |
download | luarocks-2871199838131b5a4c5a99d8e1fedbcd26017b0e.tar.gz luarocks-2871199838131b5a4c5a99d8e1fedbcd26017b0e.tar.bz2 luarocks-2871199838131b5a4c5a99d8e1fedbcd26017b0e.zip |
Tests: build_dependencies
Diffstat (limited to 'spec/fixtures/a_repo/manifest-5.3')
-rw-r--r-- | spec/fixtures/a_repo/manifest-5.3 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/manifest-5.3 b/spec/fixtures/a_repo/manifest-5.3 index 141dafb5..1a5f8d55 100644 --- a/spec/fixtures/a_repo/manifest-5.3 +++ b/spec/fixtures/a_repo/manifest-5.3 | |||
@@ -1,6 +1,16 @@ | |||
1 | commands = {} | 1 | commands = {} |
2 | modules = {} | 2 | modules = {} |
3 | repository = { | 3 | repository = { |
4 | a_build_dep = { | ||
5 | ["1.0-1"] = { | ||
6 | { | ||
7 | arch = "src" | ||
8 | }, | ||
9 | { | ||
10 | arch = "rockspec" | ||
11 | } | ||
12 | } | ||
13 | }, | ||
4 | a_rock = { | 14 | a_rock = { |
5 | ["1.0-1"] = { | 15 | ["1.0-1"] = { |
6 | { | 16 | { |
@@ -21,6 +31,19 @@ repository = { | |||
21 | } | 31 | } |
22 | } | 32 | } |
23 | }, | 33 | }, |
34 | has_build_dep = { | ||
35 | ["1.0-1"] = { | ||
36 | { | ||
37 | arch = "rockspec" | ||
38 | }, | ||
39 | { | ||
40 | arch = "src" | ||
41 | }, | ||
42 | { | ||
43 | arch = "all" | ||
44 | } | ||
45 | } | ||
46 | }, | ||
24 | has_namespaced_dep = { | 47 | has_namespaced_dep = { |
25 | ["1.0-1"] = { | 48 | ["1.0-1"] = { |
26 | { | 49 | { |