diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-21 21:14:16 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-21 21:20:19 -0300 |
commit | be97d188a22eb39ea1511fc25194d30a649a7c7f (patch) | |
tree | 6ab51c659e74c89bbd1c80dc5f6ea91e85a11310 /luarocks-dev-1.rockspec | |
parent | af03c342789dce9799af2f41fda42f7d36467b85 (diff) | |
download | luarocks-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.rockspec | 1 |
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 | } |
23 | test_dependencies = { | 23 | test_dependencies = { |
24 | "luacov", | 24 | "luacov", |
25 | "busted-htest", | ||
25 | } | 26 | } |
26 | test = { | 27 | test = { |
27 | type = "busted", | 28 | type = "busted", |