summaryrefslogtreecommitdiff
path: root/extras/luacov/luacov-0.2-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'extras/luacov/luacov-0.2-1.rockspec')
m---------extras/luacov0
-rw-r--r--extras/luacov/luacov-0.2-1.rockspec28
2 files changed, 0 insertions, 28 deletions
diff --git a/extras/luacov b/extras/luacov
new file mode 160000
+Subproject fe10d23a7c6eb6fbe37c3fba1afc10817629a60
diff --git a/extras/luacov/luacov-0.2-1.rockspec b/extras/luacov/luacov-0.2-1.rockspec
deleted file mode 100644
index 37eff94..0000000
--- a/extras/luacov/luacov-0.2-1.rockspec
+++ /dev/null
@@ -1,28 +0,0 @@
-package = "LuaCov"
-version = "0.2-1"
-source = {
- url = "http://luaforge.net/frs/download.php/4053/luacov-0.2.tar.gz"
-}
-description = {
- summary = "Coverage analysis tool for Lua scripts",
- detailed = [[
- LuaCov is a simple coverage analysis tool for Lua scripts.
- When a Lua script is run with the luacov module, it
- generates a stats file. The luacov command-line script then
- processes this file generating a report indicating which code
- paths were not traversed, which is useful for verifying the
- effectiveness of a test suite.
- ]],
- license = "MIT/X11",
- homepage = "http://luacov.luaforge.net/"
-}
-dependencies = {
- "lua >= 5.0",
-}
-build = {
- type = "make",
- variables = {
- LUADIR = "$(LUADIR)",
- BINDIR = "$(BINDIR)"
- }
-}