File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,15 @@ The output binary will be in `buck-out/gen/programs/`.
191191
192192## Testing
193193
194- You can run quick local smoke tests by executing the ` playTest.sh ` script from the ` src/tests ` directory.
195- Two env variables ` $ZSTD_BIN ` and ` $DATAGEN_BIN ` are needed for the test script to locate the zstd and datagen binary.
196- For information on CI testing, please refer to TESTING.md
194+ You can run quick local smoke tests by running ` make check ` .
195+ If you can't use ` make ` , execute the ` playTest.sh ` script from the ` src/tests ` directory.
196+ Two env variables ` $ZSTD_BIN ` and ` $DATAGEN_BIN ` are needed for the test script to locate the ` zstd ` and ` datagen ` binary.
197+ For information on CI testing, please refer to ` TESTING.md ` .
197198
198199## Status
199200
200- Zstandard is currently deployed within Facebook. It is used continuously to compress large amounts of data in multiple formats and use cases.
201+ Zstandard is currently deployed within Facebook and many other large cloud infrastructures.
202+ It is run continuously to compress large amounts of data in multiple formats and use cases.
201203Zstandard is considered safe for production environments.
202204
203205## License
You can’t perform that action at this time.
0 commit comments