diff options
author | Brad King <brad.king@kitware.com> | 2021-10-13 14:04:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-13 14:04:27 (GMT) |
commit | eb8db99596522060db081ea1b824a0302df3551d (patch) | |
tree | b548c406dd855fcf46abd187722b8175f9dd300f /Utilities/cmzstd/README.md | |
parent | 8c65ea474437f20f787038e0c955dbb1582d7e5d (diff) | |
parent | da1e841ccf2fd4600b97abf1695b307592867352 (diff) | |
download | CMake-eb8db99596522060db081ea1b824a0302df3551d.zip CMake-eb8db99596522060db081ea1b824a0302df3551d.tar.gz CMake-eb8db99596522060db081ea1b824a0302df3551d.tar.bz2 |
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.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Utilities/cmzstd/README.md b/Utilities/cmzstd/README.md index 5c300fd..dcca766 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). |