diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 19:41:56 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-11-13 21:16:58 +0800 |
commit | 3a8d1825cc7dcb9cc8a7c01f5e98d672723bbe6a (patch) | |
tree | 390742caeffcc9912cf82e98728df01c3939abdb | |
parent | c17a77452a184025e6577e8cdf1315905acaa6bf (diff) |
openssl: Add HARNESS_JOBS=$(nproc)
-rw-r--r-- | chapter08/openssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 6a4441552..25295f056 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -63,7 +63,7 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make test</userinput></screen> +<screen><userinput remap="test">HARNESS_JOBS=<replaceable>$(nproc)</replaceable> make test</userinput></screen> <para>One test, 30-test_afalg.t, is known to fail if the host kernel does not have <option>CONFIG_CRYPTO_USER_API_SKCIPHER</option> enabled, |