From fdc51baae37c3232f6051db0e58ebefca8fdfdc7 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 16 Apr 2018 18:00:19 -0300 Subject: test: initial implementation of `luarocks.test` Adds: * `luarocks test` command * `luarocks.test` module * TODO: support running test from `build` as well * `luarocks.test.busted` test backend * TODO: add test-only dependency on Busted * `luarocks.test.command` test backend --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index 491809dd..066c72e3 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -29,6 +29,7 @@ commands = { upload = "luarocks.cmd.upload", config = "luarocks.cmd.config", which = "luarocks.cmd.which", + test = "luarocks.cmd.test", } command_line.run_command(...) -- cgit v1.2.3-55-g6feb