summaryrefslogtreecommitdiff
path: root/tests/variables/variables.py
Commit message (Collapse)AuthorAgeFilesLines
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-131-6/+5
| | | | And also adapted them to remove any occurrences of HAVE_ROOT.
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-051-2/+2
| | | | | | | | | | | | | This is the common practice with cmake Actually, some modules will fail to build if this is not follow. For example for llvm you wil get this error when configuring: " CMake would overwrite the makefiles distributed with LLVM. Please create a directory and run cmake from there, passing the path to this source directory as the last argument. "
* Fix testsTristan Maat2017-11-181-1/+1
|
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-2/+2
|
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-1/+2
| | | | | | | | | | Consequently: o Changed Plugin.get_context() to a private Plugin._get_context() accessor. o Updated anything which imports Context to do so from private _context module o Updated docs to exclude the now private Context
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-1/+2
| | | | | | | | | | | | | | This required adding two new APIs to make up for it on the Source o get_project_directory() Added here because elements should not be accessing external resources, Sources needed for local files and GPG keys and such o translate_url() Used by sources to mish-mash the project aliases and create real urls.
* Updating all test cases for the removal of architecture conditionals and optionsTristan Van Berkom2017-11-061-1/+1
|
* Adjust tests to new APITristan Maat2017-11-041-3/+3
|
* Clean old Platform.get_platform referencesTristan Maat2017-11-011-1/+1
|
* Updated test cases for internal API changes stemming from project optionsTristan Van Berkom2017-10-101-2/+2
|
* Updating test cases to construct the project/loader properly again.Tristan Van Berkom2017-10-081-3/+3
| | | | | This had changed when we added project variants and had to split up the loading steps a bit, now all is back to normal without variants.
* Fix tests for other platformsTristan Maat2017-09-281-0/+4
|
* Add platform factoriesTristan Maat2017-09-281-0/+2
|
* variables test: Updated for changes in build element pluginsTristan Van Berkom2017-05-201-8/+6
|
* variables.py test case: Fixed to pass tests after cmake defaults changeTristan Van Berkom2017-05-141-2/+6
|
* Adapted test cases to new Context changesTristan Van Berkom2017-03-201-2/+0
|
* variables.py test case: Adapt to changes in element plugin defaults.Tristan Van Berkom2017-02-241-4/+4
|
* Fixed tests for new Project() constructor argument.Tristan Van Berkom2017-02-021-1/+1
|
* cmake.yaml: Use 'PATH' in -DCMAKE_INSTALL_PREFIX:PATH="%{prefix}"Tristan Van Berkom2017-01-181-2/+2
| | | | This is a bit more explicit, tells cmake the variable is a path string.
* tests/variables/variables.py: New variable testsTristan Van Berkom2017-01-071-0/+72
o Test loading of default element configurations o Test overriding command output via variable settings