aboutsummaryrefslogtreecommitdiff
path: root/test/testing.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Strip known extensionsIgnacio Burgueño2015-06-301-0/+12
|
* Merge pull request #400 from ignacio/400-config-helpHisham Muhammad2015-06-291-1/+32
|\ | | | | 'config' command does not have a help message
| * Adds missing testsIgnacio Burgueño2015-06-261-1/+32
| |
* | Add a test for '--rockspec-format' optionmpeterv2015-06-261-0/+1
|/
* Make 'build' field in rockspecs mandatory.Ignacio Burgueño2015-06-241-0/+1
| | | | | | | | | Rockspecs must have a 'build' field. If by any chance, it is not needed (see #379), add this: ````lua build = { type = "none" } ````
* Address issues spotted in the reviewIgnacio Burgueño2015-04-141-4/+4
|
* Adds --only-deps flag to install commandIgnacio Burgueño2015-04-141-0/+12
| | | | | | Introduces new function in 'install' module to only install the dependencies of a rock. Also adds the tests to the wip Lua test driver.
* Decided to step back in turn this into a warning.Hisham Muhammad2015-04-131-1/+1
| | | | `luarocks list` on an empty ~/.luarocks is a valid use case.
* Fail when given an invalid tree.Hisham Muhammad2015-04-131-0/+1
|
* Add test that checks for error in default sysconfig.Hisham Muhammad2015-04-081-1/+7
| | | | See #346.
* Continuing slowly. Distracted by code golf. :)Hisham Muhammad2015-04-071-27/+59
|
* Starting to port test suite from Unix shell to Lua.Hisham Muhammad2015-04-031-0/+361