aboutsummaryrefslogtreecommitdiff
path: root/spec/build_spec.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: rockspec use cleanupsHisham Muhammad2024-03-131-2/+0
* tests: minor tweaksHisham Muhammad2024-03-131-2/+0
* tests: convert downgrade test to spec/quickHisham Muhammad2024-03-131-6/+0
* tests: speed up and simplifyHisham Muhammad2024-02-291-71/+0
* tests: reorganize and speed up unit testsHisham Muhammad2024-02-271-9/+7
* tests(fetch): do not use restserverHisham Muhammad2024-02-271-17/+17
* tests(build): split unit and integration filesHisham Muhammad2024-02-271-352/+0
* fix: better normalization for paths and slashesHisham Muhammad2024-02-231-1/+2
* tests: introduce quick testsHisham Muhammad2024-02-231-39/+1
* fix(build): don't look for Lua headers when installing pure-Lua rocksHisham Muhammad2024-02-191-117/+0
* tests: run tests on Lua 5.4 and LuaJIT 2.1Hisham Muhammad2022-04-161-8/+3
* tests: avoid repeated hardcoded package version numbers all overHisham Muhammad2022-04-121-5/+5
* tests: don't use validate-args rockspec in testsHisham Muhammad2022-03-061-1/+0
* tests: bump luacov to 0.15.0Hisham Muhammad2021-07-221-2/+2
* editorconfig: trim trailing whitespaceHisham Muhammad2021-03-161-25/+25
* Support --pin and --only-deps together (#1222)Hisham Muhammad2020-09-231-0/+36
* tests: check that builtin auto-reads lua/ when modules table is emptyHisham Muhammad2020-07-211-0/+21
* fix downgrades of rocks containing directories (#1151)Hisham Muhammad2020-02-071-0/+8
* tests: drop LuaSec dependency on tests, use fixtures insteadHisham Muhammad2020-01-251-24/+20
* dependency pinning: luarocks.lock file and --pin flagHisham Muhammad2019-11-291-3/+38
* tests: simplify descriptions and set lazy setup/teardownHisham Muhammad2019-11-291-32/+32
* build: fix --branch flagHisham Muhammad2019-09-031-6/+29
* cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too earlyHisham Muhammad2019-07-261-1/+2
* update to luacov 0.13.1 + cluacov 0.1.1Hisham Muhammad2019-04-031-2/+2
* Tests: add test_env.run_in_tmp utility functionGeorge Roman2018-07-241-189/+147
* fs.copy: skip copying if the source and destination are the same filesGeorge Roman2018-07-221-1/+1
* Tests: use more fixtures in the build testsGeorge Roman2018-07-221-29/+101
* Tests: support running with the default detected OpenSSL locationsHisham Muhammad2018-07-181-6/+3
* Tests: use fixtures for some build integration testsGeorge Roman2018-07-181-24/+80
* Tests: remove redundant build testsGeorge Roman2018-07-051-43/+0
* Tests: unit tests for build.builtinGeorge Roman2018-07-051-19/+454
* Tests: separate OPENSSL_DIRS into OPENSSL_INCDIR and OPENSSL_LIBDIRGeorge Roman2018-07-051-3/+6
* Tests: replace small fixture files with inline contentGeorge Roman2018-06-211-9/+90
* builtin: if "libraries" is used but "external_dependencies" is not given, aut...Hisham Muhammad2018-06-141-0/+27
* builtin: auto-detect modules when build.modules (or build!) is absentHisham Muhammad2018-06-141-0/+42
* build: make "builtin" the default build.typeHisham Muhammad2018-06-061-0/+27
* Tests: luarocks init (#811)George Roman2018-06-051-4/+19
* Tests: replace #blackbox with #integration and #whitebox with #unitGeorge Roman2018-06-041-1/+1
* Tests: cache build of mock server dependencies to speed up testsHisham Muhammad2018-05-281-2/+2
* Tests: build: pin version in testHisham Muhammad2018-05-071-1/+1
* Tests: build_dependenciesHisham Muhammad2018-04-131-0/+8
* Add support for namespaces.Hisham Muhammad2018-04-111-0/+35
* Reorganize test suite filesHisham Muhammad2018-01-081-6/+6
* Tests: add dependencies to mock-server testsHisham Muhammad2018-01-041-2/+2
* Tests: mark tests with #mock to fix Appveyor failuresHisham Muhammad2018-01-021-1/+1
* Tests: build using INCDIR for an external dependencyHisham Muhammad2017-11-061-4/+22
* Use versioned files only. (#734)Hisham Muhammad2017-10-041-20/+20
* Tests: luarocks_bool commands log their outputs on failure.Hisham2016-09-081-4/+4
* Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readabilityroboo2016-08-221-15/+3
* Windows and appveyor support for testsroboo2016-08-211-29/+60