summaryrefslogtreecommitdiffstats
path: root/unit-tests/name/buildfile
Commit message (Collapse)AuthorAgeFilesLines
* Use new setup for unit testsKaren Arutyunov2019-03-081-6/+0
|
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Replace libu with libue in buildfilesKaren Arutyunov2018-09-101-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Redo string/stream representation of dir{} name/targetBoris Kolpackov2017-12-161-0/+6
Now instead of: dir{foo/bar/} We get: foo/dir{bar/} Which feels more consistent with how we print other names/targets. That is, "directory bar/ in directory foo/" similar how foo/exe{bar} is "executable bar in directory foo/".