summaryrefslogtreecommitdiff
path: root/test/end-to-end/built-in-rules/generic_out_dirs.sh
AgeCommit message (Collapse)Author
2023-01-20Add local garbage collectionSascha Roloff
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com>
2022-06-28Generic: add support for out_dirsAlberto Sartori
Before this patch, the built-in "generic" type allowed for just output files, listed in the field "outs". Now, the type also supports output directories, listed in the "out_dirs" field. The output directories are created before the command is executed.