aboutsummaryrefslogtreecommitdiff
path: root/test/testfiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make 'build' field in rockspecs mandatory.Ignacio BurgueƱo2015-06-241-0/+12
| | | | | | | | | Rockspecs must have a 'build' field. If by any chance, it is not needed (see #379), add this: ````lua build = { type = "none" } ````
* Add test files that were not committed before.Hisham Muhammad2015-03-174-0/+14
|
* Test success of patching in `unpack`. Closes #316.Hisham Muhammad2015-03-091-0/+29
| | | | Includes test cases for the test suite! Yay!
* Add test for missing external deps. Improves coverage.Hisham Muhammad2014-02-081-0/+24
A bug was uncovered writing this!