package = 'lua-TestMore' version = '0.2.3-2' source = { url = 'http://cloud.github.com/downloads/fperrad/lua-TestMore/lua-testmore-0.2.3.tar.gz', md5 = '86a294ad119fd1b5b5ffcecc0862bf55', dir = 'lua-TestMore-0.2.3', } description = { summary = "an Unit Testing Framework", detailed = [[ lua-TestMore is a port of the Perl5 module Test::More. It uses the Test Anything Protocol as output, that allows a compatibility with the Perl QA ecosystem. It's an extensible framework. It allows a simple and efficient way to write tests (without OO style). Some tests could be marked as TODO or skipped. Errors could be fully checked with error_like(). It supplies a Test Suite for Lua itself. ]], homepage = 'http://fperrad.github.com/lua-TestMore/', maintainer = 'Francois Perrad', license = 'MIT/X11' } dependencies = { 'lua >= 5.1', } build = { type = 'builtin', modules = { ['Test.Builder'] = 'src/Test/Builder.lua', ['Test.Builder.Tester'] = 'src/Test/Builder/Tester.lua', ['Test.Builder.Tester.File'] = 'src/Test/Builder/Tester/File.lua', ['Test.More'] = 'src/Test/More.lua', }, copy_directories = { 'doc', 'test', 'test_lua51', 'test_lua52' }, }