Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize test suite files | Hisham Muhammad | 2018-01-08 | 23 | -298/+0 |
| | |||||
* | Tests: build using INCDIR for an external dependency | Hisham Muhammad | 2017-11-06 | 4 | -0/+36 |
| | |||||
* | Tests: use local fixture for upload test. | Hisham Muhammad | 2017-10-08 | 2 | -0/+18 |
| | | | | Do not hit the github repository for LuaSocket in upload test. | ||||
* | Add test fixture for creating/deleting files in a patch. | Hisham Muhammad | 2017-10-04 | 2 | -0/+35 |
| | |||||
* | Merge branch 'master' into luarocks-3 | Peter Melnichenko | 2016-11-04 | 5 | -0/+50 |
|\ | |||||
| * | Add a test for conflict resolution with mixed deploy types | Peter Melnichenko | 2016-11-01 | 5 | -0/+50 |
| | | |||||
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-07-28 | 1 | -0/+35 |
|\| | |||||
| * | Update new_version, pack tests | roboo | 2016-07-11 | 1 | -0/+35 |
| | | |||||
* | | Support "luajit" as a provided dependency in rockspec format 3.0 | Hisham Muhammad | 2015-10-19 | 2 | -0/+45 |
|/ | |||||
* | Make 'build' field in rockspecs mandatory. | Ignacio BurgueƱo | 2015-06-24 | 1 | -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 Muhammad | 2015-03-17 | 4 | -0/+14 |
| | |||||
* | Test success of patching in `unpack`. Closes #316. | Hisham Muhammad | 2015-03-09 | 1 | -0/+29 |
| | | | | Includes test cases for the test suite! Yay! | ||||
* | Add test for missing external deps. Improves coverage. | Hisham Muhammad | 2014-02-08 | 1 | -0/+24 |
A bug was uncovered writing this! |