summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-21 22:26:03 (GMT)
committerYann Collet <cyan@fb.com>2017-08-21 22:26:03 (GMT)
commit5637d8856f2e4ebd04b06e814e65c543621d8813 (patch)
tree4e14f2412ed7b69ba2910530f4d922fbaae7088d /README.md
parentc10863b98e1503af90616ae99725ecd120265dfb (diff)
downloadlz4-5637d8856f2e4ebd04b06e814e65c543621d8813.zip
lz4-5637d8856f2e4ebd04b06e814e65c543621d8813.tar.gz
lz4-5637d8856f2e4ebd04b06e814e65c543621d8813.tar.bz2
make test is compatible with parallel execution (-j#)
each test section runs with its own set of files
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec99630..d7e8fb6 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ make install # this command may require root access
LZ4's `Makefile` supports standard [Makefile conventions],
including [staged installs], [redirection], or [command redefinition].
+It is compatible with parallel builds (`'-j#'`).
[Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
[staged installs]: https://www.gnu.org/prep/standards/html_node/DESTDIR.html