summaryrefslogtreecommitdiff
path: root/luarocks-dev-1.rockspec
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-04-21 21:14:16 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-04-21 21:20:19 -0300
commitbe97d188a22eb39ea1511fc25194d30a649a7c7f (patch)
tree6ab51c659e74c89bbd1c80dc5f6ea91e85a11310 /luarocks-dev-1.rockspec
parentaf03c342789dce9799af2f41fda42f7d36467b85 (diff)
downloadluarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.gz
luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.bz2
luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.zip
use busted-htest
Diffstat (limited to 'luarocks-dev-1.rockspec')
-rw-r--r--luarocks-dev-1.rockspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/luarocks-dev-1.rockspec b/luarocks-dev-1.rockspec
index a1f30ef4..c7933042 100644
--- a/luarocks-dev-1.rockspec
+++ b/luarocks-dev-1.rockspec
@@ -22,6 +22,7 @@ description = {
22} 22}
23test_dependencies = { 23test_dependencies = {
24 "luacov", 24 "luacov",
25 "busted-htest",
25} 26}
26test = { 27test = {
27 type = "busted", 28 type = "busted",