summaryrefslogtreecommitdiff
path: root/Utilities/cmzstd/README.md
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-13 10:04:27 -0400
committerBrad King <brad.king@kitware.com>2021-10-13 10:04:27 -0400
commiteb8db99596522060db081ea1b824a0302df3551d (patch)
treeb548c406dd855fcf46abd187722b8175f9dd300f /Utilities/cmzstd/README.md
parent8c65ea474437f20f787038e0c955dbb1582d7e5d (diff)
parentda1e841ccf2fd4600b97abf1695b307592867352 (diff)
downloadcmake-eb8db99596522060db081ea1b824a0302df3551d.tar.gz
Merge branch 'upstream-zstd' into update-zstd
# By zstd upstream * upstream-zstd: zstd 2021-05-14 (a488ba11)
Diffstat (limited to 'Utilities/cmzstd/README.md')
-rw-r--r--Utilities/cmzstd/README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/Utilities/cmzstd/README.md b/Utilities/cmzstd/README.md
index 5c300fdc49..dcca7662d2 100644
--- a/Utilities/cmzstd/README.md
+++ b/Utilities/cmzstd/README.md
@@ -176,6 +176,12 @@ Going into `build` directory, you will find additional possibilities:
You can build the zstd binary via buck by executing: `buck build programs:zstd` from the root of the repo.
The output binary will be in `buck-out/gen/programs/`.
+## Testing
+
+You can run quick local smoke tests by executing the `playTest.sh` script from the `src/tests` directory.
+Two env variables `$ZSTD_BIN` and `$DATAGEN_BIN` are needed for the test script to locate the zstd and datagen binary.
+For information on CI testing, please refer to TESTING.md
+
## Status
Zstandard is currently deployed within Facebook. It is used continuously to compress large amounts of data in multiple formats and use cases.
@@ -187,7 +193,7 @@ Zstandard is dual-licensed under [BSD](LICENSE) and [GPLv2](COPYING).
## Contributing
-The "dev" branch is the one where all contributions are merged before reaching "master".
-If you plan to propose a patch, please commit into the "dev" branch, or its own feature branch.
-Direct commit to "master" are not permitted.
+The `dev` branch is the one where all contributions are merged before reaching `release`.
+If you plan to propose a patch, please commit into the `dev` branch, or its own feature branch.
+Direct commit to `release` are not permitted.
For more information, please read [CONTRIBUTING](CONTRIBUTING.md).