luc-tielen / lua-quickcheck

Property based testing in Lua, inspired by the original QuickCheck.
MIT License
37 stars 1 forks source link

Add command line interface #12

Closed luc-tielen closed 8 years ago

luc-tielen commented 8 years ago

Interface should be capable to run 1 or multiple files (recursively in a directory) and report back the results.

Possibly use Lua filesystem here? Or via a small selfmade C library?

luc-tielen commented 8 years ago

A CLI interface is provided which contains most useful features as of 858d5bb72b152fe111dd8bbd708dc244dc509d54.