[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Large, pure Lua program without dependencies for testing?
- From: Stefan <ste@...>
- Date: Fri, 14 Feb 2020 14:34:38 +0100
Hello,
Thanks for the tips!
This and LuaRocks will be good, I think.
Regards
Am 14.02.2020 um 13:15 schrieb kurapica:
> My Lib PLoop <https://github.com/kurapica/PLoop> should be complex enough
> for testing, it's pure Lua.
>
> Download it to the LUA_PATH, run the PLoop\UnitTest\Run.lua, if meet some
> error with os(for pure lua, I use io.popen to check the file system in the
> lib, it'd works fine with windows and centos, I don't check other system),
> you can use the code in UnitTest
> <https://github.com/kurapica/PLoop/blob/master/Docs/015.unittest.md> for a
> test.
>
>
>
> --
> Sent from: http://lua.2524044.n2.nabble.com/Lua-l-f2524044.html
>