diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 19:48:55 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 19:48:55 +0800 |
commit | 6b75b85c83aab0416c5e723f089f311891bfbf5f (patch) | |
tree | 80ca57d082de5a7074c84993000edd5325675e4e | |
parent | 4a54ce922df212e40c348130c271bc5d540f5609 (diff) |
perl: Use TEST_JOBS=$(nproc) make test_harness for test suitexry111/parallelism
-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> |