- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/check.xml
r48a96e70 r1437142 6 6 ]> 7 7 8 <sect1 id="ch-te mp-system-check" role="wrap">8 <sect1 id="ch-testsuite-tools-check" role="wrap"> 9 9 <?dbhtml filename="check.html"?> 10 10 11 11 <title>Check-&check-version;</title> 12 12 13 <indexterm zone="ch-te mp-system-check">13 <indexterm zone="ch-testsuite-tools-check"> 14 14 <primary sortas="a-Check">Check</primary> 15 15 </indexterm> … … 29 29 <screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 32 <variablelist os="e">33 <title>The meaning of the new configure option:</title>34 35 <varlistentry>36 <term><parameter>PKG_CONFIG=</parameter></term>37 <listitem>38 <para>Prevents check from using <command>pkg-config</command> to39 search for additional packages that may be on the host but40 won't exist inside the temporary build environment.</para>41 </listitem>42 </varlistentry>43 44 </variablelist>45 31 46 32 <para os="f">Build the package:</para> … … 77 63 <para>Awk script for generating C unit tests for use with the C the 78 64 Check unit testing framework</para> 79 <indexterm zone="ch-te mp-system-check checkmk">65 <indexterm zone="ch-testsuite-tools-check checkmk"> 80 66 <primary sortas="b-check">checkmk</primary> 81 67 </indexterm> … … 88 74 <para>Contains functions that allow Check to be called from a test 89 75 program</para> 90 <indexterm zone="ch-te mp-system-check libcheck">91 <primary sortas="c-libcheck">libcheck.{a,so} </primary>76 <indexterm zone="ch-testsuite-tools-check libcheck"> 77 <primary sortas="c-libcheck">libcheck.{a,so};</primary> 92 78 </indexterm> 93 79 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.