forked from LuaDist/busted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[luadist-git] add busted-1.6-Windows-x86
- Loading branch information
0 parents
commit 74f9da6
Showing
20 changed files
with
1,484 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
type = "x86" | ||
arch = "Windows" | ||
author = "Olivine Labs" | ||
depends = { | ||
[[lua >= 5.1]], | ||
[[lua_cliargs >= 2.0]], | ||
[[luafilesystem >= 1.5.0]], | ||
[[dkjson >= 2.1.0]], | ||
[[say >= 1.2]], | ||
[[luassert >= 1.6]], | ||
[[ansicolors >= 1.0]], | ||
[[penlight >= 1.0.0]], | ||
} | ||
|
||
desc = "An elegant, extensible, testing framework. Ships with a large amount of useful asserts, plus the ability to write your own. Output in pretty or plain terminal format, JSON, or TAP for CI integration. Great for TDD and unit, integration, and functional tests." | ||
version = "1.6" | ||
maintainer = "Peter Drahoš" | ||
files = { | ||
Runtime = { | ||
[[lib\lua\busted\core.lua]], | ||
[[lib\lua\busted\output\utf_terminal.lua]], | ||
[[lib\lua\busted\output\plain_terminal.lua]], | ||
[[lib\lua\busted\output\TAP.lua]], | ||
[[lib\lua\busted\output\json.lua]], | ||
[[lib\lua\busted\output\junit.lua]], | ||
[[lib\lua\busted\init.lua]], | ||
[[lib\lua\busted\languages\en.lua]], | ||
[[lib\lua\busted\languages\ar.lua]], | ||
[[lib\lua\busted\languages\fr.lua]], | ||
[[lib\lua\busted\languages\nl.lua]], | ||
[[lib\lua\busted\languages\ru.lua]], | ||
[[lib\lua\busted\languages\ua.lua]], | ||
[[lib\lua\busted\languages\zh.lua]], | ||
[[bin\busted.exe]], | ||
} | ||
, | ||
Data = { | ||
[[share\busted\README.md]], | ||
[[share\busted\LICENSE]], | ||
[[share\busted\CONTRIBUTING.md]], | ||
} | ||
, | ||
Other = { | ||
[[share\busted\etc\busted_bootstrap]], | ||
} | ||
, | ||
} | ||
|
||
license = "MIT/X11" | ||
name = "busted" | ||
url = "http://olivinelabs.com/busted/" |
Oops, something went wrong.