diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-11-07 13:43:55 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2020-01-28 17:01:48 +0100 |
| commit | 84ff1b2076ef91ce688930d0aa0a7f4078ef3e1d (patch) | |
| tree | 9b2f47742c75c2e51544edbc357a9211ec15cf77 | |
| parent | doc: Add crc32c subtree to developer notes (diff) | |
| download | discoin-84ff1b2076ef91ce688930d0aa0a7f4078ef3e1d.tar.xz discoin-84ff1b2076ef91ce688930d0aa0a7f4078ef3e1d.zip | |
test: Add crc32c to subtree check linter
| -rwxr-xr-x | ci/lint/06_script.sh | 1 | ||||
| -rw-r--r-- | test/lint/README.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ci/lint/06_script.sh b/ci/lint/06_script.sh index ae8122f9a..003bdf3c2 100755 --- a/ci/lint/06_script.sh +++ b/ci/lint/06_script.sh @@ -14,6 +14,7 @@ test/lint/git-subtree-check.sh src/crypto/ctaes test/lint/git-subtree-check.sh src/secp256k1 test/lint/git-subtree-check.sh src/univalue test/lint/git-subtree-check.sh src/leveldb +test/lint/git-subtree-check.sh src/crc32c test/lint/check-doc.py test/lint/check-rpc-mappings.py . test/lint/lint-all.sh diff --git a/test/lint/README.md b/test/lint/README.md index f415d619e..6b95cc354 100644 --- a/test/lint/README.md +++ b/test/lint/README.md @@ -21,6 +21,7 @@ maintained: * for `src/leveldb`: https://github.com/bitcoin-core/leveldb.git (branch bitcoin-fork) * for `src/univalue`: https://github.com/bitcoin-core/univalue.git (branch master) * for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes.git (branch master) +* for `src/crc32c`: https://github.com/google/crc32c.git (branch master) Usage: `git-subtree-check.sh DIR (COMMIT)` |