aboutsummaryrefslogtreecommitdiff
path: root/test/testfiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize test suite filesHisham Muhammad2018-01-0823-298/+0
|
* Tests: build using INCDIR for an external dependencyHisham Muhammad2017-11-064-0/+36
|
* Tests: use local fixture for upload test.Hisham Muhammad2017-10-082-0/+18
| | | | Do not hit the github repository for LuaSocket in upload test.
* Add test fixture for creating/deleting files in a patch.Hisham Muhammad2017-10-042-0/+35
|
* Merge branch 'master' into luarocks-3Peter Melnichenko2016-11-045-0/+50
|\
| * Add a test for conflict resolution with mixed deploy typesPeter Melnichenko2016-11-015-0/+50
| |
* | Merge branch 'master' into luarocks-3Hisham2016-07-281-0/+35
|\|
| * Update new_version, pack testsroboo2016-07-111-0/+35
| |
* | Support "luajit" as a provided dependency in rockspec format 3.0Hisham Muhammad2015-10-192-0/+45
|/
* 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!