summaryrefslogtreecommitdiff
path: root/tests/frontend/workspaced-build-dep
Commit message (Collapse)AuthorAgeFilesLines
* Fail if we try to build a BST_FORMAT_VERSION we do not support anymorejjardon/BST_FORMAT_VERSIONJavier Jardón2019-09-121-1/+1
| | | | | bst-1.x support BST_FORMAT_VERSION == 17, as that is not supported by master I think is ok to set BST_FORMAT_VERSION_MIN = 18
* tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-2111-0/+49
- Tests that the target is still built even when a workspace is open on a runtime dependency of a build-only dependency. - Tests that the target is still built even when a workspace is open on a runtime dependency of a runtime dependency of a build-only dependency This adds the regression test provided by Matthew Yates for issue #919