commit | 7cb31ffee6cca4aa82b2360e4fa4ddbef9b82e5c | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Sun Dec 15 14:59:56 2013 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Sun Dec 15 17:21:59 2013 -0800 |
tree | ad465c8ab580814ce72ee83434053d74b627b7ab | |
parent | d587c8c7978e96e87a7c0c96a64fd63ab78c124d [diff] [blame] |
Makefile: add parallelism to the locitest build
diff --git a/Makefile b/Makefile index fc9c6e4..80b81eb 100644 --- a/Makefile +++ b/Makefile
@@ -132,7 +132,7 @@ PYTHONPATH=${LOXI_OUTPUT_DIR}/pyloxi:. python py_gen/tests/of13.py check-c: c - make -C ${LOXI_OUTPUT_DIR}/locitest + make -j4 -C ${LOXI_OUTPUT_DIR}/locitest ${LOXI_OUTPUT_DIR}/locitest/locitest pylint: