aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Add support for build auxiliary machines related manifest valuesKaren Arutyunov3-0/+64
2023-05-17Add support for *-upload-url task response manifest valuesKaren Arutyunov1-0/+29
2022-11-23Add support for package-config task manifest valueKaren Arutyunov1-3/+28
2021-12-20Adapt to requirement alternatives parsing API changeKaren Arutyunov1-1/+17
2021-11-24Remove redundant space before multi-line manifest value introducer in test ma...Karen Arutyunov1-1/+1
2021-11-23Adapt tests to multi-line manifest values serialization changeKaren Arutyunov1-5/+5
2021-10-03Add agent, worker, and dependency checksums to task/result manifestsKaren Arutyunov4-4/+96
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-3/+3
2021-09-24Add support for requires, tests, examples, benchmarks, and host task manifest...Karen Arutyunov2-35/+79
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-1/+3
2021-03-26Add support for interactive-{mode,login} task request and interactive task ma...Karen Arutyunov3-0/+81
2020-04-05Add support for test-exclude task manifest valueKaren Arutyunov1-0/+33
2020-02-07Drop copyright notice from source codeKaren Arutyunov8-8/+0
2019-10-31Add support for environment task manifest valueKaren Arutyunov1-1/+2
2019-01-16Update copyright yearKaren Arutyunov8-8/+8
2018-11-15Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov2-9/+33
2018-09-04Rename .test/test{} to .testscript/testscript{}Karen Arutyunov7-7/+7
2018-09-03Add repository-type value to task manifest and rename repository value to rep...Karen Arutyunov2-20/+69
2018-05-24Adapt to inventing package_name typeKaren Arutyunov2-2/+2
2018-05-19Update copyright yearKaren Arutyunov8-8/+8
2017-10-19Get rid of configuration arguments checkKaren Arutyunov1-27/+0
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-3/+3
2017-07-18Make buildtab target to be non-optionalKaren Arutyunov2-12/+14
2017-07-13Make tests to be a sub-projectKaren Arutyunov1-4/+3
2017-06-21Add support for build configuration warning-detecting regexesKaren Arutyunov1-1/+31
2017-06-01Add challenge size check in task response manifest parserKaren Arutyunov1-9/+9
2017-05-26Store result request challenge as binary valueKaren Arutyunov1-7/+14
2017-05-11Adjust machine_header_manifest class so derived ones can delegate it parsing/...Karen Arutyunov1-11/+0
2017-05-03Add support for toolchain name/version in task request manifestKaren Arutyunov1-1/+37
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-3/+3
2017-04-30Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov2-3/+3
2017-04-20Get rid of variable structKaren Arutyunov1-5/+16
2017-04-19Make challenge and fingerprint manifest values optionalKaren Arutyunov3-41/+66
2017-04-18Add support for task manifest trust valueKaren Arutyunov1-0/+22
2017-04-16Add supoort for task response result url valueKaren Arutyunov1-1/+38
2017-04-10Fix machine manifest testsKaren Arutyunov1-2/+2
2017-04-10Split machine_manifest into machine_header_manifest and machine_manifestBoris Kolpackov3-51/+8
2017-04-06Invent notion of header for machine_manifestKaren Arutyunov2-4/+4
2017-04-05Change machine type enumeration valuesBoris Kolpackov1-10/+10
2017-04-04Implement manifests and build_configKaren Arutyunov8-0/+1029