[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Large, pure Lua program without dependencies for testing?
- From: kurapica <kurapica125@...>
- Date: Fri, 14 Feb 2020 05:15:22 -0700 (MST)
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