diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 19:48:55 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-11-13 21:16:58 +0800 |
commit | d490056b64d0b55df01096871647a76574a142fc (patch) | |
tree | d292aeb0ee9e879cc9d22f8fb59bf6fa4163cc76 | |
parent | 3a8d1825cc7dcb9cc8a7c01f5e98d672723bbe6a (diff) |
perl: Use TEST_JOBS=$(nproc) make test_harness for test suite
-rw-r--r-- | chapter08/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml index d3159595c..2bb849645 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -111,7 +111,7 @@ export BUILD_BZIP2=0</userinput></screen> <para>To test the results (approximately 11 SBU), issue:</para> -<screen><userinput remap="test">make test</userinput></screen> +<screen><userinput remap="test">TEST_JOBS=$(nproc) make test_harness</userinput></screen> <para>Install the package and clean up:</para> |