diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-22 11:51:06 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-24 16:00:11 +0200 |
commit | dc2cc2d18381ab7bbef5bbce17736f5252b5da6c (patch) | |
tree | 1770725d29d32303cafd71d7929e3bbd59ed8b3c /CONTRIBUTING.md | |
parent | d4396683860b5aed391a336692bacae71e1007cd (diff) | |
download | justbuild-dc2cc2d18381ab7bbef5bbce17736f5252b5da6c.tar.gz |
Split off tests into a separate logical repository
This allows better separation and, in particular, repositories
needed only for tests do not have to be provided for building the
tools. This also better documents which dependencies are only needed
for testing.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc574ccf..e423ca02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,11 +11,12 @@ be agreed upon and committed to the repository first. For all changes, remember to also update the documentation and add appropriate test coverage. For code to be accepted, all tests -must pass; the two global test suites are `["test", "ALL"]` and -`["test", "bootstrap-test"]` where the latter needs an increased -action time out. Code is formatted with `clang-format` and linted -with `clang-tidy`; the corresponding configuration files can be -found in the top-level directory of this repository. +must pass; the two global test suites are `["@", "just tests", "", "ALL"]` +and `["@", "just tests", "test", "bootstrap-test"]` where the +latter needs an increased action time out. Code is formatted with +`clang-format` and linted with `clang-tidy`; the corresponding +configuration files can be found in the top-level directory of +this repository. Changes should be organized as a patch series, i.e., as a sequence of small changes that are easy to review, but nevertheless self-contained |