From 514c9e71b0948b6bf19acf5bb682d68ef459c5c1 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 23 Feb 2025 15:49:45 +0800 Subject: [PATCH] chapter08: Remove outdated test suite SBU values They were measured when we used -j1 and/or had not running the test suite with parallel jobs yet. Now the values are even larger than the total SBU including the test time, so they are just ridiculous. --- chapter08/bison.xml | 2 +- chapter08/flex.xml | 2 +- chapter08/gettext.xml | 3 +-- chapter08/libtool.xml | 2 +- chapter08/perl.xml | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/chapter08/bison.xml b/chapter08/bison.xml index f466c76eb..a680a7b7e 100644 --- a/chapter08/bison.xml +++ b/chapter08/bison.xml @@ -48,7 +48,7 @@ make - To test the results (about 5.5 SBU), issue: + To test the results, issue: make check diff --git a/chapter08/flex.xml b/chapter08/flex.xml index ff90f0a1a..7e44e38e9 100644 --- a/chapter08/flex.xml +++ b/chapter08/flex.xml @@ -61,7 +61,7 @@ make - To test the results (about 0.5 SBU), issue: + To test the results, issue: make check diff --git a/chapter08/gettext.xml b/chapter08/gettext.xml index c0829253a..b0b4c89e9 100644 --- a/chapter08/gettext.xml +++ b/chapter08/gettext.xml @@ -77,8 +77,7 @@ --> - To test the results (this takes a long time, around 3 SBUs), - issue: + To test the results, issue: make check diff --git a/chapter08/libtool.xml b/chapter08/libtool.xml index be88fa169..872495afd 100644 --- a/chapter08/libtool.xml +++ b/chapter08/libtool.xml @@ -50,7 +50,7 @@ make -To test the results, issue: +To test the results, issue: make check diff --git a/chapter08/perl.xml b/chapter08/perl.xml index 0d2937e05..b678f7f9d 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -104,7 +104,7 @@ export BUILD_BZIP2=0 make - To test the results (approximately 11 SBU), issue: + To test the results, issue: TEST_JOBS=$(nproc) make test_harness