aboutsummaryrefslogtreecommitdiff
path: root/tests/amalgam/unnamed/build/bootstrap.build
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Move old tests to old-tests/Boris Kolpackov1-3/+0
2015-09-11Add support for unnamed projectsBoris Kolpackov1-0/+3
Sometimes (e.g., in bpkg configuration) we don't have a project name. In fact, it is not really a project; it can never be referenced in an import directive. So we now have a notion of an unnamed project. Such a project should still have the 'project' variable set first thing in bootstrap.build but its value should be empty. Note that we can still amalgamate such projects just liked named ones.