Update testsuite details for nss and nspr.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20830 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2018-12-16 21:04:59 +00:00
parent c261b9c02e
commit a98cec9422
2 changed files with 9 additions and 4 deletions

View File

@ -93,7 +93,11 @@ sed -i 's#$(LIBRARY) ##' config/rules.mk &&
make</userinput></screen>
<para>
This package does not come with a test suite.
The testsuite is designed for testing changes to nss or nspr and is
not particularly useful for checking a released version (e.g. it needs
to be run on a non-optimized build with both nss and nspr directories
existing alongside each other). For further details, see the User Notes
for nss at <ulink url="&blfs-wiki;/nss"/>
</para>
<para>

View File

@ -136,10 +136,11 @@ make -j1 BUILD_OPT=1 \
$([ $(uname -m) = x86_64 ] &amp;&amp; echo USE_64=1) \
$([ -f /usr/include/sqlite3.h ] &amp;&amp; echo NSS_USE_SYSTEM_SQLITE=1)</userinput></screen>
<!-- change this to point to the wiki if details (debug build, with
nspr in nspr/ beside nss/ ) get added to the wiki -->
<para>
The package does not come with a standalone test suite.
The testsuite is designed for testing changes to nss or nspr and is
not particularly useful for checking a released version (e.g. it needs
to be run on a non-optimized build with both nss and nspr directories
existing alongside each other). For further details, see the User Notes.
</para>
<para>