aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-make/check_exec.c
Commit message (Collapse)AuthorAgeFilesLines
* make: all builds are "production" by default, enable "dev" on cli.Rafael G. Martins2017-03-111-6/+5
| | | | | | this is more consistent with other similar tools, and enables us to add something like a [copy:dev] section later, that will avoid copying dev files to production builds.
* make: add support to "production" buildsRafael G. Martins2017-03-071-6/+48
| | | | this is used by blogc-github-lambda and blogc-git-receiver.
* make: s/env/global/Rafael G. Martins2017-03-061-4/+4
|
* make: added missing testRafael G. Martins2017-03-031-0/+4
|
* make: improved testsRafael G. Martins2017-03-031-3/+3
|
* make: reworked binary lookups, added them to ctxRafael G. Martins2017-03-031-54/+56
|
* make: implement binary lookup in a more portable wayRafael G. Martins2017-03-011-0/+2
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* make: fixed cmd quoting. read runserver settings from envRafael G. Martins2017-02-071-6/+6
|
* make: added a bunch of testsRafael G. Martins2017-01-011-0/+138