Re: [ANN] Shake 1.0 Released
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Shake 1.0 Released
- From: "Leo Razoumov" <slonik.az@...>
- Date: 2007年12月20日 19:57:58 -0500
On 12/18/07, Andre Carregal <carregal@fabricadigital.com.br> wrote:
> Shake is a simple test engine for Lua that assumes that tests only use
> standard assert() and print() calls:
> http://shake.luaforge.net/
Nice tool, indeed.
Unfortunately, in direct defiance of its own documentation shake-1.0
ignores the file passed on a command name
sh$ shake mytest.lua
will run the default "test.lua" file. Is it a bug??
--Leo--