aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-make/check_blogc_make.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* make: copy rule should support directories, recursivelyRafael G. Martins2017-04-301-0/+70
| | | | | | now any directories listed in the [copy] section of blogcfile will have its files copied recursively to the output dir. this is useful for big chunks of generated files, e.g. doxygen documentation.
* make: settings: do not read output_dir from blogcfileRafael G. Martins2017-04-281-81/+80
| | | | | now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups.
* make: renamed [environment] to [global]Rafael G. Martins2017-02-251-2/+2
|
* blogc-make: renamed auto-defined vars to MAKE_*Rafael G. Martins2017-02-131-2/+2
|
* blogc-make: fixed clean ruleRafael G. Martins2017-01-031-1/+64
|
* tests: use absolute path for binariesRafael G. Martins2017-01-021-7/+9
|
* make: rename settings.ini to blogcfileRafael G. Martins2017-01-011-14/+14
|
* make: added a bunch of testsRafael G. Martins2017-01-011-0/+796