diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 19:41:56 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 19:41:56 +0800 |
commit | 4a54ce922df212e40c348130c271bc5d540f5609 (patch) | |
tree | 3d9c82679ffeb14ddac22ea82d139c46f633a8be | |
parent | 3cc792bbc040ca551a30580572e44fa086675b47 (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, |