diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-07 11:22:07 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-07 19:27:37 -0300 |
commit | 1dcdaa77c0a52ad02f49bc7fdde2fd7dee956ddf (patch) | |
tree | 30a6e8dbabc0e36b3a9ff25dfde2fa60327ae402 /spec/fixtures/a_repo/manifest | |
parent | 5bff41c6b4adac49c0456f125c9f208b0a429d86 (diff) | |
download | luarocks-1dcdaa77c0a52ad02f49bc7fdde2fd7dee956ddf.tar.gz luarocks-1dcdaa77c0a52ad02f49bc7fdde2fd7dee956ddf.tar.bz2 luarocks-1dcdaa77c0a52ad02f49bc7fdde2fd7dee956ddf.zip |
Tests: test the "busted" backend of `luarocks test` with a local fixture
Diffstat (limited to 'spec/fixtures/a_repo/manifest')
-rw-r--r-- | spec/fixtures/a_repo/manifest | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/manifest b/spec/fixtures/a_repo/manifest index 1a5f8d55..3b01b427 100644 --- a/spec/fixtures/a_repo/manifest +++ b/spec/fixtures/a_repo/manifest | |||
@@ -21,6 +21,16 @@ repository = { | |||
21 | } | 21 | } |
22 | } | 22 | } |
23 | }, | 23 | }, |
24 | busted_project = { | ||
25 | ["0.1-1"] = { | ||
26 | { | ||
27 | arch = "src" | ||
28 | }, | ||
29 | { | ||
30 | arch = "rockspec" | ||
31 | } | ||
32 | } | ||
33 | }, | ||
24 | has_another_namespaced_dep = { | 34 | has_another_namespaced_dep = { |
25 | ["1.0-1"] = { | 35 | ["1.0-1"] = { |
26 | { | 36 | { |